google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential View Source
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.
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 Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Credential{ apiProducts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProductRef.t()], attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()], consumerKey: String.t(), consumerSecret: String.t(), expiresAt: String.t(), issuedAt: String.t(), scopes: [String.t()], status: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.