ClusterIdentity クラス

クラスターの ID。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
ClusterIdentity

コンストラクター

ClusterIdentity(*, type: str | ResourceIdentityType | None = None, user_assigned_identities: Dict[str, UserAssignedIdentity] | None = None, **kwargs)

パラメーター

type
str または ResourceIdentityType
必須

クラスターに使用される ID の種類。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 使用できる値は、"SystemAssigned"、"UserAssigned"、"SystemAssigned、UserAssigned"、"None" です。

user_assigned_identities
dict[str, UserAssignedIdentity]
必須

クラスターに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

変数

principal_id
str

クラスター ID のプリンシパル ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。

tenant_id
str

クラスターに関連付けられているテナント ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。