google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CompanyAppKey View Source
Attributes
apiProducts
(type:list(any())
, default:nil
) - A list of api products this credential can be used for.attributes
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t)
, default:nil
) - A list of attributes tied to the credential.consumerKey
(type:String.t
, default:nil
) - The consumer key.consumerSecret
(type:String.t
, default:nil
) - The secret key.expiresAt
(type:String.t
, default:nil
) - Unix time when the app was created json key: expiresAtissuedAt
(type:String.t
, default:nil
) - Unix time when the app was issued json key: issuedAtscopes
(type:list(String.t)
, default:nil
) - The 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
) - The 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.GoogleCloudApigeeV1CompanyAppKey{ apiProducts: [any()], 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.