Compartilhar via


IIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IdentityTypeConverter))]
public interface IIdentity : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IdentityTypeConverter))>]
type IIdentity = interface
    interface IJsonSerializable
Public Interface IIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The principal ID of resource identity.

TenantId

The tenant ID of resource.

Type

The identity type.

UserAssignedIdentity

Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to