Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 777 Bytes

CreateResourceSetRequest.md

File metadata and controls

25 lines (19 loc) · 777 Bytes

CreateResourceSetRequest

Properties

Name Type Description Notes
Description String Description of the resource set [optional]
Label String Unique label for the resource set [optional]
Resources String[] [optional]

Examples

  • Prepare the resource
$CreateResourceSetRequest = Initialize-Okta.PowerShellCreateResourceSetRequest  -Description null `
 -Label null `
 -Resources null
  • Convert the resource to JSON
$CreateResourceSetRequest | ConvertTo-JSON

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