共用方式為


SystemAssignedServiceIdentity Class

Definition

Managed service identity (either system assigned, or none)

public class SystemAssignedServiceIdentity
type SystemAssignedServiceIdentity = class
Public Class SystemAssignedServiceIdentity
Inheritance
SystemAssignedServiceIdentity

Constructors

SystemAssignedServiceIdentity()

Initializes a new instance of the SystemAssignedServiceIdentity class.

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the SystemAssignedServiceIdentity class.

Properties

PrincipalId

Gets the service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

TenantId

Gets the tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

Type

Gets or sets possible values include: 'None', 'SystemAssigned'

Methods

Validate()

Validate the object.

Applies to