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

Response for [GetAppGroupApp].[AppGroupApps.GetAppGroupApp], [CreateAppGroupAppRequest].[AppGroupApp.CreateAppGroupAppRequest] and [DeleteAppGroupApp].[AppGroupApp.DeleteAppGroupApp]

Attributes

  • apiProducts (type: list(String.t), default: nil) - List of API products associated with the AppGroup app.
  • appGroup (type: String.t, default: nil) - Immutable. Name of the parent AppGroup whose resource name format is of syntax (organizations//appgroups/).
  • appId (type: String.t, default: nil) - Immutable. ID of the AppGroup app.
  • attributes (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - List of attributes for the AppGroup app.
  • callbackUrl (type: String.t, default: nil) - Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to AppGroup apps.
  • createdAt (type: String.t, default: nil) - Output only. Time the AppGroup app was created in milliseconds since epoch.
  • credentials (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.t), default: nil) - Output only. Set of credentials for the AppGroup app consisting of the consumer key/secret pairs associated with the API products.
  • keyExpiresIn (type: String.t, default: nil) - Immutable. Expiration time, in seconds, for the consumer key that is generated for the AppGroup app. If not set or left to the default value of -1, the API key never expires. The expiration time can't be updated after it is set.
  • lastModifiedAt (type: String.t, default: nil) - Output only. Time the AppGroup app was modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - Immutable. Name of the AppGroup app whose resource name format is of syntax (organizations//appgroups//apps/*).
  • scopes (type: list(String.t), default: nil) - Scopes to apply to the AppGroup app. The specified scopes must already exist for the API product that you associate with the AppGroup app.
  • status (type: String.t, default: nil) - Status of the App. Valid values include approved or revoked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroupApp{
  apiProducts: [String.t()] | nil,
  appGroup: String.t() | nil,
  appId: String.t() | nil,
  attributes:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil,
  callbackUrl: String.t() | nil,
  createdAt: String.t() | nil,
  credentials:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential.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.