Okta.Sdk.Model.APIServiceIntegrationInstanceSecret
August 11, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientSecret | string | The OAuth 2.0 client secret string. The client secret string is returned in the response of a Secret creation request. In other responses (such as list, activate, or deactivate requests), the client secret is returned as an undisclosed hashed value. | [readonly] |
| Created | string | Timestamp when the API Service Integration instance Secret was created | [readonly] |
| Id | string | The ID of the API Service Integration instance Secret | [readonly] |
| LastUpdated | string | Timestamp when the API Service Integration instance Secret was updated | [readonly] |
| SecretHash | string | OAuth 2.0 client secret string hash | [readonly] |
| Status | string | Status of the API Service Integration instance Secret | |
| Links | APIServiceIntegrationSecretLinks |