Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.15 KB

IdentityProviderApplicationUser.md

File metadata and controls

33 lines (27 loc) · 1.15 KB

IdentityProviderApplicationUser

Properties

Name Type Description Notes
Created String [optional]
ExternalId String [optional]
Id String [optional] [readonly]
LastUpdated String [optional]
VarProfile System.Collections.Hashtable [optional]
Embedded System.Collections.Hashtable [optional] [readonly]
Links System.Collections.Hashtable [optional] [readonly]

Examples

  • Prepare the resource
$IdentityProviderApplicationUser = Initialize-Okta.PowerShellIdentityProviderApplicationUser  -Created null `
 -ExternalId null `
 -Id null `
 -LastUpdated null `
 -VarProfile null `
 -Embedded null `
 -Links null
  • Convert the resource to JSON
$IdentityProviderApplicationUser | ConvertTo-JSON

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