Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 692 Bytes

ResourceSetResourcesLinks.md

File metadata and controls

23 lines (17 loc) · 692 Bytes

ResourceSetResourcesLinks

Properties

Name Type Description Notes
Next HrefObject [optional]
ResourceSet HrefObject [optional]

Examples

  • Prepare the resource
$ResourceSetResourcesLinks = Initialize-Okta.PowerShellResourceSetResourcesLinks  -Next null `
 -ResourceSet null
  • Convert the resource to JSON
$ResourceSetResourcesLinks | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]