RegistrationDefinitionPropertiesArgs

data class RegistrationDefinitionPropertiesArgs(val authorizations: Output<List<AuthorizationArgs>>, val description: Output<String>? = null, val managedByTenantId: Output<String>, val registrationDefinitionName: Output<String>? = null) : ConvertibleToJava<RegistrationDefinitionPropertiesArgs>

Properties of a registration definition.

Constructors

Link copied to clipboard
constructor(authorizations: Output<List<AuthorizationArgs>>, description: Output<String>? = null, managedByTenantId: Output<String>, registrationDefinitionName: Output<String>? = null)

Properties

Link copied to clipboard

Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.

Link copied to clipboard
val description: Output<String>? = null

Description of the registration definition.

Link copied to clipboard

Id of the managedBy tenant.

Link copied to clipboard
val registrationDefinitionName: Output<String>? = null

Name of the registration definition.

Functions

Link copied to clipboard
open override fun toJava(): RegistrationDefinitionPropertiesArgs