Sha256: d9044bc813b5c433b2c51f09f0471959d2709c4a18f3f678a580bcaddede0a3d

Contents?: true

Size: 1.66 KB

Versions: 16

Compression:

Stored size: 1.66 KB

Contents

---
title: OrgOAuthClient
---
## PureCloud::OrgOAuthClient

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | The name of the OAuth client. | |
| **date_created** | **DateTime** | Date this client was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **date_modified** | **DateTime** | Date this client was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **created_by** | [**UriReference**](UriReference.html) | User that created this client | [optional] |
| **modified_by** | [**UriReference**](UriReference.html) | User that last modified this client | [optional] |
| **authorized_grant_type** | **String** | The OAuth Grant/Client type supported by this client. Code Authorization Grant/Client type - Preferred client type where the Client ID and Secret are required to create tokens. Used where the secret can be secured. Implicit grant type - Client ID only is required to create tokens. Used in browser and mobile apps where the secret can not be secured. SAML2-Bearer extension grant type - SAML2 assertion provider for user authentication at the token endpoint. Client Credential grant type - Used to created access tokens that are tied only to the client.  | |
| **scope** | **Array<String>** | The scope requested by this client | |
| **organization** | [**NamedEntity**](NamedEntity.html) | The  oauth client's organization. | [optional] |
{: class="table table-striped"}


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
purecloudplatformclientv2-48.2.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-48.1.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-48.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-47.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-46.1.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-46.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-45.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-44.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-43.1.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-43.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-42.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-41.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-40.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-39.1.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-39.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-38.0.0 docs/OrgOAuthClient.md