google_api_apigee v0.6.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CompanyApp View Source

Attributes

  • apiProducts (type: list(String.t), default: nil) - Any API Products the app consumes
  • appFamily (type: String.t, default: nil) -
  • appId (type: String.t, default: nil) - The id of the app.
  • attributes (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - A list of attributes.
  • callbackUrl (type: String.t, default: nil) - The callbackUrl is used by OAuth 2.0 authorization servers to communicate authorization codes back to apps.
  • companyName (type: String.t, default: nil) - The name of the company owns the app
  • createdAt (type: String.t, default: nil) - Output only. created time of this environment as milliseconds since epoch. JSON key: createdAt
  • credentials (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t), default: nil) - Output only. A set of credentials for the app credentials are key/secret pairs
  • keyExpiresIn (type: String.t, default: nil) - A setting, in milliseconds, for the lifetime of the consumer key that will be generated for the developer app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated. json key: keyExpiresIn
  • lastModifiedAt (type: String.t, default: nil) - Output only. Modified time as milliseconds since epoch. json key: lastModifiedAt
  • name (type: String.t, default: nil) - The resoure id of the app. JSON key: name
  • scopes (type: list(String.t), default: nil) - The scopes to apply to the app. The specified scope names must already exist on the API product that you associate with the app.
  • status (type: String.t, default: nil) - The status of the credential.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CompanyApp{
  apiProducts: [String.t()],
  appFamily: String.t(),
  appId: String.t(),
  attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()],
  callbackUrl: String.t(),
  companyName: String.t(),
  createdAt: String.t(),
  credentials: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t()],
  keyExpiresIn: String.t(),
  lastModifiedAt: String.t(),
  name: String.t(),
  scopes: [String.t()],
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.