Developer

class Developer : KotlinCustomResource

Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as active. To change the developer status, use the SetDeveloperStatus API. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val accessType: Output<String>

Access type.

Link copied to clipboard
val appFamily: Output<String>

Developer app family.

Link copied to clipboard
val apps: Output<List<String>>

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
val companies: Output<List<String>>

List of companies associated with the developer.

Link copied to clipboard
val createdAt: Output<String>

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

Link copied to clipboard
val developerId: Output<String>

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
val email: Output<String>

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
val firstName: Output<String>

First name of the developer.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastModifiedAt: Output<String>

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

Link copied to clipboard
val lastName: Output<String>

Last name of the developer.

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard

Name of the Apigee organization in which the developer resides.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userName: Output<String>

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