Registration Assignment Properties Response Properties
data class RegistrationAssignmentPropertiesResponseProperties(val authorizations: List<AuthorizationResponse>? = null, val description: String? = null, val eligibleAuthorizations: List<EligibleAuthorizationResponse>? = 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)
The properties of the registration definition associated with the registration assignment.
Constructors
Link copied to clipboard
fun RegistrationAssignmentPropertiesResponseProperties(authorizations: List<AuthorizationResponse>? = null, description: String? = null, eligibleAuthorizations: List<EligibleAuthorizationResponse>? = null, managedByTenantId: String? = null, managedByTenantName: String? = null, manageeTenantId: String? = null, manageeTenantName: String? = null, provisioningState: String? = null, registrationDefinitionName: String? = null)