Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 944 Bytes

OAuthApplicationCredentials.md

File metadata and controls

25 lines (19 loc) · 944 Bytes

OAuthApplicationCredentials

Properties

Name Type Description Notes
Signing ApplicationCredentialsSigning [optional]
UserNameTemplate ApplicationCredentialsUsernameTemplate [optional]
OauthClient ApplicationCredentialsOAuthClient [optional]

Examples

  • Prepare the resource
$OAuthApplicationCredentials = Initialize-Okta.PowerShellOAuthApplicationCredentials  -Signing null `
 -UserNameTemplate null `
 -OauthClient null
  • Convert the resource to JSON
$OAuthApplicationCredentials | ConvertTo-JSON

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