Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
IssuerMode | IssuerMode | [optional] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Policy | IdentityProviderPolicy | [optional] | |
Protocol | Protocol | [optional] | |
Status | LifecycleStatus | [optional] | |
Type | IdentityProviderType | [optional] | |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$IdentityProvider = Initialize-Okta.PowerShellIdentityProvider -Created null `
-Id null `
-IssuerMode null `
-LastUpdated null `
-Name null `
-Policy null `
-Protocol null `
-Status null `
-Type null `
-Links null
- Convert the resource to JSON
$IdentityProvider | ConvertTo-JSON