RegistrationAssignmentPropertiesResponseProperties

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

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)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

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
val manageeTenantId: String? = null

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.