Share via


AadBasedSecurityPrincipal Class

Definition

AAD based security principal with associated Ledger RoleName

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.AadBasedSecurityPrincipalTypeConverter))]
public class AadBasedSecurityPrincipal : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.AadBasedSecurityPrincipalTypeConverter))>]
type AadBasedSecurityPrincipal = class
    interface IAadBasedSecurityPrincipal
    interface IJsonSerializable
Public Class AadBasedSecurityPrincipal
Implements IAadBasedSecurityPrincipal
Inheritance
AadBasedSecurityPrincipal
Attributes
Implements

Constructors

AadBasedSecurityPrincipal()

Creates an new AadBasedSecurityPrincipal instance.

Properties

LedgerRoleName

LedgerRole associated with the Security Principal of Ledger

PrincipalId

UUID/GUID based Principal Id of the Security Principal

TenantId

UUID/GUID based Tenant Id of the Security Principal

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AadBasedSecurityPrincipal.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AadBasedSecurityPrincipal.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal.

FromJsonString(String)

Creates a new instance of AadBasedSecurityPrincipal, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AadBasedSecurityPrincipal into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to