Name | Type | Description | Notes |
---|---|---|---|
Signing | ApplicationCredentialsSigning | [optional] | |
UserNameTemplate | ApplicationCredentialsUsernameTemplate | [optional] | |
OauthClient | ApplicationCredentialsOAuthClient | [optional] |
- Prepare the resource
$OAuthApplicationCredentials = Initialize-Okta.PowerShellOAuthApplicationCredentials -Signing null `
-UserNameTemplate null `
-OauthClient null
- Convert the resource to JSON
$OAuthApplicationCredentials | ConvertTo-JSON