IdentityUserAssignedIdentitiesValue クラス

  • java.lang.Object
    • com.microsoft.azure.management.resources.IdentityUserAssignedIdentitiesValue

public class IdentityUserAssignedIdentitiesValue

IdentityUserAssignedIdentitiesValue モデル。

コンストラクターの概要

コンストラクター 説明
IdentityUserAssignedIdentitiesValue()

メソッドの概要

修飾子と型 メソッドと説明
java.lang.String clientId()

ユーザー割り当て ID のクライアント ID を取得します。

java.lang.String principalId()

ユーザー割り当て ID のプリンシパル ID を取得します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

IdentityUserAssignedIdentitiesValue

public IdentityUserAssignedIdentitiesValue()

メソッドの詳細

clientId

public String clientId()

ユーザー割り当て ID のクライアント ID を取得します。

Returns:

clientId 値

principalId

public String principalId()

ユーザー割り当て ID のプリンシパル ID を取得します。

Returns:

principalId 値

適用対象