Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 993 Bytes

File metadata and controls

16 lines (12 loc) · 993 Bytes

Okta.Sdk.Model.OAuth2ClientSecret

Properties

Name Type Description Notes
ClientSecret string The OAuth 2.0 client secret string [optional] [readonly]
Created string Timestamp when the OAuth Client 2.0 Secret was created [optional] [readonly]
Id string The unique ID of the OAuth Client Secret [optional] [readonly]
LastUpdated string Timestamp when the OAuth Client 2.0 Secret was updated [optional] [readonly]
SecretHash string OAuth 2.0 client secret string hash [optional] [readonly]
Status string Status of the OAuth 2.0 Client Secret [optional] [default to StatusEnum.ACTIVE]
Links OAuthClientSecretLinks [optional]

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