Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 598 Bytes

GroupProfile.md

File metadata and controls

23 lines (17 loc) · 598 Bytes

GroupProfile

Properties

Name Type Description Notes
Description String [optional]
Name String [optional]

Examples

  • Prepare the resource
$GroupProfile = Initialize-Okta.PowerShellGroupProfile  -Description null `
 -Name null
  • Convert the resource to JSON
$GroupProfile | ConvertTo-JSON

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