Compartir a través de


UserAssignedIdentityProperties Class

Definition

The properties associated with the user assigned identity.

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

Constructors

UserAssignedIdentityProperties()

Creates an new UserAssignedIdentityProperties instance.

Properties

ClientId

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

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAssignedIdentityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAssignedIdentityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAssignedIdentityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to