ManagedServicesRegistrationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a registration definition.
public class ManagedServicesRegistrationProperties
type ManagedServicesRegistrationProperties = class
Public Class ManagedServicesRegistrationProperties
- Inheritance
-
ManagedServicesRegistrationProperties
Constructors
ManagedServicesRegistrationProperties(IEnumerable<ManagedServicesAuthorization>, Guid) |
Initializes a new instance of ManagedServicesRegistrationProperties. |
Properties
Authorizations |
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. |
Description |
The description of the registration definition. |
EligibleAuthorizations |
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. |
ManagedByTenantId |
The identifier of the managedBy tenant. |
ManagedByTenantName |
The name of the managedBy tenant. |
ManageeTenantId |
The identifier of the managed tenant. |
ManageeTenantName |
The name of the managed tenant. |
ProvisioningState |
The current provisioning state of the registration definition. |
RegistrationDefinitionName |
The name of the registration definition. |
Applies to
Azure SDK for .NET