GetAppResult

data class GetAppResult(val apiProducts: List<String>, val appFamily: String, val appId: String, val attributes: List<GoogleCloudApigeeV1AttributeResponse>, val callbackUrl: String, val createdAt: String, val credentials: List<GoogleCloudApigeeV1CredentialResponse>, val developerId: String, val keyExpiresIn: String, val lastModifiedAt: String, val name: String, val scopes: List<String>, val status: String)

Constructors

Link copied to clipboard
fun GetAppResult(apiProducts: List<String>, appFamily: String, appId: String, attributes: List<GoogleCloudApigeeV1AttributeResponse>, callbackUrl: String, createdAt: String, credentials: List<GoogleCloudApigeeV1CredentialResponse>, developerId: String, keyExpiresIn: String, lastModifiedAt: String, name: String, scopes: List<String>, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of API products associated with the developer app.

Link copied to clipboard

Developer app family.

Link copied to clipboard

ID of the developer app.

Link copied to clipboard

List of attributes for the developer app.

Link copied to clipboard

Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to developer apps.

Link copied to clipboard

Time the developer app was created in milliseconds since epoch.

Link copied to clipboard

Set of credentials for the developer app consisting of the consumer key/secret pairs associated with the API products.

Link copied to clipboard

ID of the developer.

Link copied to clipboard

Expiration time, in milliseconds, for the consumer key that is generated for the developer app. 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.

Link copied to clipboard

Time the developer app was modified in milliseconds since epoch.

Link copied to clipboard

Name of the developer app.

Link copied to clipboard

Scopes to apply to the developer app. The specified scopes must already exist for the API product that you associate with the developer app.

Link copied to clipboard

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