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
constructor(authorizations: List<AuthorizationResponse>, description: String? = null, eligibleAuthorizations: List<EligibleAuthorizationResponse>? = null, managedByTenantId: String, managedByTenantName: String, manageeTenantId: String, manageeTenantName: String, provisioningState: String, registrationDefinitionName: String? = null)
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
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
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.