Identity クラス
- java.
lang. Object - com.
microsoft. azure. management. resources. Identity
- com.
public class Identity
リソースの ID。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
Identity() |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
java.lang.String |
principalId()
リソース ID のプリンシパル ID を取得します。 |
java.lang.String |
tenantId()
リソースのテナント ID を取得します。 |
Resource |
type()
ID の種類を取得します。 |
java.util.Map<java.lang.String,Identity |
userAssignedIdentities()
リソースに関連付けられているユーザー ID の一覧を取得します。 |
Identity |
withType(ResourceIdentityType type)
ID の種類を設定します。 |
Identity |
withUserAssignedIdentities(Map<String,IdentityUserAssignedIdentitiesValue> userAssignedIdentities)
リソースに関連付けられているユーザー ID の一覧を設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
Identity
public Identity()
メソッドの詳細
principalId
public String principalId()
リソース ID のプリンシパル ID を取得します。
Returns:
tenantId
public String tenantId()
リソースのテナント ID を取得します。
Returns:
type
public ResourceIdentityType type()
ID の種類を取得します。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。
Returns:
userAssignedIdentities
public Map
リソースに関連付けられているユーザー ID の一覧を取得します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。
Returns:
withType
public Identity withType(ResourceIdentityType type)
ID の種類を設定します。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。
Parameters:
Returns:
withUserAssignedIdentities
public Identity withUserAssignedIdentities(Map
リソースに関連付けられているユーザー ID の一覧を設定します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。
Parameters:
Returns:
適用対象
Azure SDK for Java