Okta.Sdk.Model.OAuth2Client
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientId | string | Unique key for the client application. The `client_id` is immutable. | [optional] [readonly] |
| ClientName | string | Human-readable string name of the client application | [optional] [readonly] |
| ClientUri | string | [optional] [readonly] | |
| LogoUri | string | URL string that references a logo for the client consent dialog (not the sign-in dialog) | [optional] [readonly] |
| Links | OAuth2ClientLinks | [optional] |