次の方法で共有


ClusterPrincipalAssignment type

クラスター プリンシパルの割り当てを表すクラス。

type ClusterPrincipalAssignment = ProxyResource & {
  principalId?: string
  principalName?: string
  principalType?: PrincipalType
  provisioningState?: ResourceProvisioningState
  role?: ClusterPrincipalRole
  systemData?: SystemData
  tenantId?: string
  tenantName?: string
}