GetDeveloperResult

data class GetDeveloperResult(val accessType: String, val appFamily: String, val apps: List<String>, val attributes: List<GoogleCloudApigeeV1AttributeResponse>, val companies: List<String>, val createdAt: String, val developerId: String, val email: String, val firstName: String, val lastModifiedAt: String, val lastName: String, val organizationName: String, val status: String, val userName: String)

Constructors

Link copied to clipboard
fun GetDeveloperResult(accessType: String, appFamily: String, apps: List<String>, attributes: List<GoogleCloudApigeeV1AttributeResponse>, companies: List<String>, createdAt: String, developerId: String, email: String, firstName: String, lastModifiedAt: String, lastName: String, organizationName: String, status: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access type.

Link copied to clipboard

Developer app family.

Link copied to clipboard

List of apps associated with the developer.

Link copied to clipboard

Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.

Link copied to clipboard

List of companies associated with the developer.

Link copied to clipboard

Time at which the developer was created in milliseconds since epoch.

Link copied to clipboard

ID of the developer. Note: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.

Link copied to clipboard

Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.

Link copied to clipboard

First name of the developer.

Link copied to clipboard

Time at which the developer was last modified in milliseconds since epoch.

Link copied to clipboard

Last name of the developer.

Link copied to clipboard

Name of the Apigee organization in which the developer resides.

Link copied to clipboard

Status of the developer. Valid values are active and inactive.

Link copied to clipboard

User name of the developer. Not used by Apigee hybrid.