Share via


SystemAssignedServiceIdentity Class

Definition

Managed service identity (either system assigned, or none)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SystemAssignedServiceIdentityTypeConverter))]
public class SystemAssignedServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISystemAssignedServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SystemAssignedServiceIdentityTypeConverter))>]
type SystemAssignedServiceIdentity = class
    interface ISystemAssignedServiceIdentity
    interface IJsonSerializable
Public Class SystemAssignedServiceIdentity
Implements ISystemAssignedServiceIdentity
Inheritance
SystemAssignedServiceIdentity
Attributes
Implements

Constructors

SystemAssignedServiceIdentity()

Creates an new SystemAssignedServiceIdentity instance.

Properties

PrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

TenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

Type

Type of managed service identity (either system assigned, or none).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemAssignedServiceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemAssignedServiceIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISystemAssignedServiceIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemAssignedServiceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to