Freigeben über


SystemAssignedIdentityProperties Class

Definition

The properties associated with the system assigned identity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter))]
public class SystemAssignedIdentityProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter))>]
type SystemAssignedIdentityProperties = class
    interface ISystemAssignedIdentityProperties
    interface IJsonSerializable
Public Class SystemAssignedIdentityProperties
Implements ISystemAssignedIdentityProperties
Inheritance
SystemAssignedIdentityProperties
Attributes
Implements

Constructors

Name Description
SystemAssignedIdentityProperties()

Creates an new SystemAssignedIdentityProperties instance.

Properties

Name Description
ClientId

The id of the app associated with the identity. This is a random generated UUID by MSI.

ClientSecretUrl

The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.

PrincipalId

The id of the service principal object associated with the created identity.

TenantId

The id of the tenant which the identity belongs to.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemAssignedIdentityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemAssignedIdentityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemAssignedIdentityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to