Bagikan melalui


SystemAssignedIdentity Class

Definition

Describes a system assigned identity resource.

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

Constructors

SystemAssignedIdentity()

Initializes a new instance of the SystemAssignedIdentity class.

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

Initializes a new instance of the SystemAssignedIdentity class.

Properties

ClientId

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

ClientSecretUrl

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

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)

Methods

Validate()

Validate the object.

Applies to