RegistrationAssignmentPropertiesResponseProperties

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

constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

Link copied to clipboard
val description: String? = null

The description of the registration definition.

Link copied to clipboard

The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

Link copied to clipboard

The identifier of the managedBy tenant.

Link copied to clipboard

The name of the managedBy tenant.

Link copied to clipboard
val manageeTenantId: String? = null

The identifier of the managed tenant.

Link copied to clipboard

The name of the managed tenant.

Link copied to clipboard

The current provisioning state of the registration definition.

Link copied to clipboard

The name of the registration definition.