Registration Definition Properties Response
data class RegistrationDefinitionPropertiesResponse(val authorizations: List<AuthorizationResponse>, val description: String? = null, val managedByTenantId: String, val managedByTenantName: String, val provisioningState: String, val registrationDefinitionName: String? = null)
Properties of a registration definition.
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 managedBy tenant.
Link copied to clipboard
Current state of the registration definition.
Link copied to clipboard
Name of the registration definition.