View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroupAppKey (google_api_apigee v0.53.0)
AppGroupAppKey contains all the information associated with the credentials.
Attributes
-
apiProducts(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1APIProductAssociation.t), default:nil) - Output only. List of API products and its status for which the credential can be used. Note: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. -
attributes(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default:nil) - List of attributes associated with the credential. -
consumerKey(type:String.t, default:nil) - Immutable. Consumer key. -
consumerSecret(type:String.t, default:nil) - Secret key. -
expiresAt(type:String.t, default:nil) - Output only. Time the AppGroup app expires in milliseconds since epoch. -
expiresInSeconds(type:String.t, default:nil) - Immutable. Expiration time, in seconds, for the consumer key. 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. -
issuedAt(type:String.t, default:nil) - Output only. Time the AppGroup app was created in milliseconds since epoch. -
scopes(type:list(String.t), default:nil) - Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. -
status(type:String.t, default:nil) - Status of the credential. Valid values includeapprovedorrevoked.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AppGroupAppKey{ apiProducts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1APIProductAssociation.t()] | nil, attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil, consumerKey: String.t() | nil, consumerSecret: String.t() | nil, expiresAt: String.t() | nil, expiresInSeconds: String.t() | nil, issuedAt: String.t() | nil, scopes: [String.t()] | nil, status: String.t() | nil }