다음을 통해 공유


Identity 클래스

정의

리소스의 ID입니다.

public class Identity
type Identity = class
Public Class Identity
상속
Identity

생성자

Identity()

Identity 클래스의 새 instance 초기화합니다.

Identity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,IdentityUserAssignedIdentitiesValue>)

Identity 클래스의 새 instance 초기화합니다.

속성

PrincipalId

리소스 ID의 보안 주체 ID를 가져옵니다.

TenantId

리소스의 테넌트 ID를 가져옵니다.

Type

ID 형식을 가져오거나 설정합니다. 가능한 값은 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'입니다.

UserAssignedIdentities

리소스와 연결된 사용자 ID 목록을 가져오거나 설정합니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다.

적용 대상