IUserIdentity Interface

Definition

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

Properties

ClientId

The client ID of the user-assigned identity.

PrincipalId

The principal ID of the user-assigned identity.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to