ResourceIdentity interface
リソースの Azure Active Directory ID 構成。
プロパティ
principal |
Azure Active Directory プリンシパル ID。 注: このプロパティはシリアル化されません。サーバーによってのみ設定できます。 |
tenant |
Azure Active Directory テナント ID。 注: このプロパティはシリアル化されません。サーバーによってのみ設定できます。 |
type | ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。 使用可能な値は次のとおりです: 'SystemAssigned' |
プロパティの詳細
principalId
Azure Active Directory プリンシパル ID。 注: このプロパティはシリアル化されません。サーバーによってのみ設定できます。
principalId?: string
プロパティ値
string
tenantId
Azure Active Directory テナント ID。 注: このプロパティはシリアル化されません。サーバーによってのみ設定できます。
tenantId?: string
プロパティ値
string
type
ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。 使用可能な値は次のとおりです: 'SystemAssigned'
type?: "SystemAssigned"
プロパティ値
"SystemAssigned"