Credential

JSON representation
{
  "apiProducts": [
    {
      object (ApiProductRef)
    }
  ],
  "attributes": [
    {
      object (Attribute)
    }
  ],
  "consumerKey": string,
  "consumerSecret": string,
  "expiresAt": string,
  "issuedAt": string,
  "scopes": [
    string
  ],
  "status": string
}
Fields
apiProducts[]

object (ApiProductRef)

List of API products this credential can be used for.

attributes[]

object (Attribute)

List of attributes associated with this credential.

consumerKey

string

Consumer key.

consumerSecret

string

Secret key.

expiresAt

string (int64 format)

Time the credential will expire in milliseconds since epoch.

issuedAt

string (int64 format)

Time the credential was issued in milliseconds since epoch.

scopes[]

string

List of scopes to apply to the app. Specified scopes must already exist on the API product that you associate with the app.

status

string

Status of the credential. Valid values include approved or revoked.