Sha256: f2db186a9c3088160ca0271d8651f1afd4a7d84e648cea3042ba6be9fa20da2c

Contents?: true

Size: 1.7 KB

Versions: 30

Compression:

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


Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
purecloudplatformclientv2-37.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-36.1.0 docs/OAuthClientListing.md
purecloudplatformclientv2-36.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-35.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-34.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-33.1.0 docs/OAuthClientListing.md
purecloudplatformclientv2-33.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-32.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-31.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-30.1.0 docs/OAuthClientListing.md
purecloudplatformclientv2-30.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-29.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-28.0.1 docs/OAuthClientListing.md
purecloudplatformclientv2-28.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-27.1.0 docs/OAuthClientListing.md
purecloudplatformclientv2-27.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-26.0.1 docs/OAuthClientListing.md
purecloudplatformclientv2-26.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-25.0.0 docs/OAuthClientListing.md
purecloudplatformclientv2-24.0.0 docs/OAuthClientListing.md