Developer Args
data class DeveloperArgs(val accessType: Output<String>? = null, val appFamily: Output<String>? = null, val apps: Output<List<String>>? = null, val attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, val companies: Output<List<String>>? = null, val developerId: Output<String>? = null, val email: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val organizationId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<DeveloperArgs>
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.
Constructors
Link copied to clipboard
constructor(accessType: Output<String>? = null, appFamily: Output<String>? = null, apps: Output<List<String>>? = null, attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, companies: Output<List<String>>? = null, developerId: Output<String>? = null, email: Output<String>? = null, firstName: Output<String>? = null, lastName: Output<String>? = null, organizationId: Output<String>? = null, userName: Output<String>? = null)
Properties
Link copied to clipboard
Access type.
Link copied to clipboard
Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
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