OAuth2Client Structure
VMware.VimAutomation.ViCore.Types.V1.IdentityBroker.OAuth2Client
Properties
| Name | Type |
|---|---|
| AccessTokenTimeToLiveMinutes | Int32 |
| GrantTypes | String[] |
| Id | String |
| LastSecretRotatedAt | DateTime |
| Name | String |
| PkceEnforced | Boolean |
| PostLogoutRedirectUris | String[] |
| PrimarySecretAutoRetiresAt | DateTime |
| PublicClient | Boolean |
| RedirectUris | String[] |
| RefreshTokenIdleTimeToLiveMinutes | Int32 |
| RefreshTokenTimeToLiveMinutes | Int32 |
| RuleSetNames | String[] |
| Scope | String[] |
| Secret | String |
| SecretRotationInProgress | Boolean |
| SecretTimeToLiveInMinutes | Int32 |
| Uid | String |