Registration Definition Properties Response
data class RegistrationDefinitionPropertiesResponse(val authorizations: List<AuthorizationResponse>, val description: String? = null, val eligibleAuthorizations: List<EligibleAuthorizationResponse>? = null, val managedByTenantId: String, val managedByTenantName: String, val manageeTenantId: String, val manageeTenantName: String, val provisioningState: String, val registrationDefinitionName: String? = null)
The properties of a registration definition.
Constructors
Link copied to clipboard
fun RegistrationDefinitionPropertiesResponse(authorizations: List<AuthorizationResponse>, description: String? = null, eligibleAuthorizations: List<EligibleAuthorizationResponse>? = null, managedByTenantId: String, managedByTenantName: String, manageeTenantId: String, manageeTenantName: String, provisioningState: String, registrationDefinitionName: String? = null)