ManagedServicesAuthorization 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 Azure Active Directory principal identifier and Azure built-in role that describes the access the principal will receive on the delegated resource in the managed tenant.
public class ManagedServicesAuthorization : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesAuthorization>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesAuthorization>
public class ManagedServicesAuthorization
type ManagedServicesAuthorization = class
interface IJsonModel<ManagedServicesAuthorization>
interface IPersistableModel<ManagedServicesAuthorization>
type ManagedServicesAuthorization = class
Public Class ManagedServicesAuthorization
Implements IJsonModel(Of ManagedServicesAuthorization), IPersistableModel(Of ManagedServicesAuthorization)
Public Class ManagedServicesAuthorization
- Inheritance
-
ManagedServicesAuthorization
- Implements
Constructors
ManagedServicesAuthorization(Guid, String) |
Initializes a new instance of ManagedServicesAuthorization. |
Properties
DelegatedRoleDefinitionIds |
The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other principals. |
PrincipalId |
The identifier of the Azure Active Directory principal. |
PrincipalIdDisplayName |
The display name of the Azure Active Directory principal. |
RoleDefinitionId |
The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagedServicesAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedServicesAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedServicesAuthorization>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedServicesAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedServicesAuthorization>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET