Sha256: 293ca8366efc1bbdad22f6fc96737321fde281f470ee7e113f5be4fa8c80c16f

Contents?: true

Size: 1.94 KB

Versions: 7

Compression:

Stored size: 1.94 KB

Contents

---
title: OAuthClientListing
---
## PureCloud::OAuthClientListing

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | The name of the OAuth client. | |
| **access_token_validity_seconds** | **Integer** | The number of seconds, between 5mins and 48hrs, until tokens created with this client expire. If this field is omitted, a default of 24 hours will be applied. | [optional] |
| **description** | **String** |  | [optional] |
| **registered_redirect_uri** | **Array<String>** | List of allowed callbacks for this client. For example: https://myap.example.com/auth/callback | [optional] |
| **secret** | **String** | System created secret assigned to this client. Secrets are required for code authorization and client credential grants. | [optional] |
| **role_ids** | **Array<String>** | Roles assigned to this client. Roles only apply to clients using the client_credential grant | [optional] |
| **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] |
| **scope** | **Array<String>** | The scope requested by this client | |
| **role_divisions** | [**Array<RoleDivision>**](RoleDivision.html) | Set of roles and their corresponding divisions associated with this client | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
purecloudplatformclientv2-54.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-53.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-52.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-51.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-50.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-49.0.1 docs/OAuthClientListing.md
purecloudplatformclientv2-49.0.0 docs/OAuthClientListing.md