Sha256: a722ae52760480093af9eab0593c2e56816c44b50bbe0f250f2ed1e1094eb7ba

Contents?: true

Size: 1.98 KB

Versions: 8

Compression:

Stored size: 1.98 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. Scopes only apply to clients not using the client_credential grant | [optional] |
| **role_divisions** | [**Array<RoleDivision>**](RoleDivision.html) | Set of roles and their corresponding divisions associated with this client. Roles and divisions only apply to clients using the client_credential grant | [optional] |
| **organization** | [**NamedEntity**](NamedEntity.html) | The  oauth client's organization. | [optional] |
{: class="table table-striped"}


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
purecloudplatformclientv2-61.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-60.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-59.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-58.0.1 docs/OrgOAuthClient.md
purecloudplatformclientv2-58.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-57.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-56.0.0 docs/OrgOAuthClient.md
purecloudplatformclientv2-55.0.0 docs/OrgOAuthClient.md