GoogleCloudApigeeV1CredentialResponse

data class GoogleCloudApigeeV1CredentialResponse(val apiProducts: List<GoogleCloudApigeeV1ApiProductRefResponse>, val attributes: List<GoogleCloudApigeeV1AttributeResponse>, val consumerKey: String, val consumerSecret: String, val expiresAt: String, val issuedAt: String, val scopes: List<String>, val status: String)

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1CredentialResponse(apiProducts: List<GoogleCloudApigeeV1ApiProductRefResponse>, attributes: List<GoogleCloudApigeeV1AttributeResponse>, consumerKey: String, consumerSecret: String, expiresAt: String, issuedAt: String, scopes: List<String>, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of API products this credential can be used for.

Link copied to clipboard

List of attributes associated with this credential.

Link copied to clipboard

Consumer key.

Link copied to clipboard

Secret key.

Link copied to clipboard

Time the credential will expire in milliseconds since epoch.

Link copied to clipboard

Time the credential was issued in milliseconds since epoch.

Link copied to clipboard

List of scopes to apply to the app. Specified scopes must already exist on the API product that you associate with the app.

Link copied to clipboard

Status of the credential. Valid values include approved or revoked.