View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1App (google_api_apigee v0.46.0)

Attributes

  • apiProducts (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t), default: nil) - List of API products associated with the app.
  • appGroup (type: String.t, default: nil) - Name of the AppGroup
  • appId (type: String.t, default: nil) - ID of the app.
  • attributes (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - List of attributes.
  • callbackUrl (type: String.t, default: nil) - Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to apps.
  • companyName (type: String.t, default: nil) - Name of the company that owns the app.
  • createdAt (type: String.t, default: nil) - Output only. Unix time when the app was created.
  • credentials (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t), default: nil) - Output only. Set of credentials for the app. Credentials are API key/secret pairs associated with API products.
  • developerEmail (type: String.t, default: nil) - Email of the developer.
  • developerId (type: String.t, default: nil) - ID of the developer.
  • keyExpiresIn (type: String.t, default: nil) - Duration, in milliseconds, of the consumer key that will be generated for the 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. Last modified time as milliseconds since epoch.
  • name (type: String.t, default: nil) - Name of the app.
  • scopes (type: list(String.t), default: nil) - 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) - Status of the credential.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1App{
  apiProducts:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t()] | nil,
  appGroup: String.t() | nil,
  appId: String.t() | nil,
  attributes:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil,
  callbackUrl: String.t() | nil,
  companyName: String.t() | nil,
  createdAt: String.t() | nil,
  credentials:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t()] | nil,
  developerEmail: String.t() | nil,
  developerId: String.t() | nil,
  keyExpiresIn: String.t() | nil,
  lastModifiedAt: String.t() | nil,
  name: String.t() | nil,
  scopes: [String.t()] | nil,
  status: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.