Sha256: f1855b1494a04f0c0a1bde5d049afe60702e072ff9cd88cb929b218f0ebe74ae

Contents?: true

Size: 1.78 KB

Versions: 16

Compression:

Stored size: 1.78 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 | |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

16 entries across 16 versions & 1 rubygems

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