共用方式為


IdentityUpdate Class

Definition

Describes an identity resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IdentityUpdate : Microsoft.Azure.Management.ManagedServiceIdentity.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IdentityUpdate = class
    inherit Resource
Public Class IdentityUpdate
Inherits Resource
Inheritance
IdentityUpdate
Attributes

Constructors

IdentityUpdate()

Initializes a new instance of the IdentityUpdate class.

IdentityUpdate(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the IdentityUpdate class.

Properties

ClientId

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

Id

Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

Name

Gets the name of the resource

(Inherited from Resource)
PrincipalId

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

Tags

Gets or sets resource tags

TenantId

Gets the id of the tenant which the identity belongs to.

Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Applies to