View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential (google_api_apigee v0.53.0)
Attributes
-
apiProducts(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t), default:nil) - List of API products this credential can be used for. -
attributes(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default:nil) - List of attributes associated with this credential. -
consumerKey(type:String.t, default:nil) - Consumer key. -
consumerSecret(type:String.t, default:nil) - Secret key. -
expiresAt(type:String.t, default:nil) - Time the credential will expire in milliseconds since epoch. -
issuedAt(type:String.t, default:nil) - Time the credential was issued in milliseconds since epoch. -
scopes(type:list(String.t), default:nil) - List of scopes to apply to the app. Specified scopes must already exist on 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.GoogleCloudApigeeV1Credential{ apiProducts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t()] | nil, attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil, consumerKey: String.t() | nil, consumerSecret: String.t() | nil, expiresAt: String.t() | nil, issuedAt: String.t() | nil, scopes: [String.t()] | nil, status: String.t() | nil }