IdentityProperties interface

الهوية المدارة للمورد.

الخصائص

principalId

المعرف الأساسي لهوية المورد.

tenantId

معرف المستأجر للمورد.

type

نوع الهوية.

userAssignedIdentities

قائمة هويات المستخدم المقترنة بالمورد. ستكون مراجع مفاتيح قاموس هوية المستخدم هي معرفات موارد ARM في النموذج: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

تفاصيل الخاصية

principalId

المعرف الأساسي لهوية المورد.

principalId?: string

قيمة الخاصية

string

tenantId

معرف المستأجر للمورد.

tenantId?: string

قيمة الخاصية

string

type

نوع الهوية.

type?: ResourceIdentityType

قيمة الخاصية

userAssignedIdentities

قائمة هويات المستخدم المقترنة بالمورد. ستكون مراجع مفاتيح قاموس هوية المستخدم هي معرفات موارد ARM في النموذج: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

userAssignedIdentities?: Record<string, UserIdentityProperties>

قيمة الخاصية

Record<string, UserIdentityProperties>