Registration Assignment Properties Response Properties
data class RegistrationAssignmentPropertiesResponseProperties(val authorizations: List<AuthorizationResponse>? = null, val description: String? = null, val managedByTenantId: String? = null, val managedByTenantName: String? = null, val manageeTenantId: String? = null, val manageeTenantName: String? = null, val provisioningState: String? = null, val registrationDefinitionName: String? = null)
Properties of registration definition inside registration assignment.
Constructors
Link copied to clipboard
constructor(authorizations: List<AuthorizationResponse>? = null, description: String? = null, managedByTenantId: String? = null, managedByTenantName: String? = null, manageeTenantId: String? = null, manageeTenantName: String? = null, provisioningState: String? = null, registrationDefinitionName: 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 managedBy tenant.
Link copied to clipboard
Id of the home tenant.
Link copied to clipboard
Name of the home tenant.
Link copied to clipboard
Current state of the registration definition.
Link copied to clipboard
Name of the registration definition.