Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 658 Bytes

UpdateIamRoleRequest.md

File metadata and controls

23 lines (17 loc) · 658 Bytes

UpdateIamRoleRequest

Properties

Name Type Description Notes
Description String Description of the role
Label String Unique label for the role

Examples

  • Prepare the resource
$UpdateIamRoleRequest = Initialize-Okta.PowerShellUpdateIamRoleRequest  -Description null `
 -Label null
  • Convert the resource to JSON
$UpdateIamRoleRequest | ConvertTo-JSON

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