Registration Definition Properties Args
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
Description of the registration definition.
Link copied to clipboard
Id of the managedBy tenant.
Link copied to clipboard
Name of the registration definition.