RoleManagementExpandedProperties Class

Definition

The RoleManagementExpandedProperties.

public class RoleManagementExpandedProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties>
public class RoleManagementExpandedProperties
type RoleManagementExpandedProperties = class
    interface IJsonModel<RoleManagementExpandedProperties>
    interface IPersistableModel<RoleManagementExpandedProperties>
type RoleManagementExpandedProperties = class
Public Class RoleManagementExpandedProperties
Implements IJsonModel(Of RoleManagementExpandedProperties), IPersistableModel(Of RoleManagementExpandedProperties)
Public Class RoleManagementExpandedProperties
Inheritance
RoleManagementExpandedProperties
Implements

Properties

Email

Email id of the principal.

PrincipalDisplayName

Display name of the principal.

PrincipalId

Id of the principal.

PrincipalType

Type of the principal.

RoleDefinitionDisplayName

Display name of the role definition.

RoleDefinitionId

Id of the role definition.

RoleType

The role type.

ScopeDisplayName

Display name of the resource.

ScopeId

Scope id of the resource.

ScopeType

Type of the scope.

Explicit Interface Implementations

IJsonModel<RoleManagementExpandedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleManagementExpandedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleManagementExpandedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleManagementExpandedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleManagementExpandedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to