共用方式為


ImageTemplateIdentity interface

映射範本的身分識別。

屬性

type

用於映射範本的身分識別類型。 類型 'None' 會從映射範本中移除任何身分識別。

userAssignedIdentities

與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 ({}) 的空白物件。

屬性詳細資料

type

用於映射範本的身分識別類型。 類型 'None' 會從映射範本中移除任何身分識別。

type?: ResourceIdentityType

屬性值

userAssignedIdentities

與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 ({}) 的空白物件。

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}

屬性值

{[propertyName: string]: UserAssignedIdentity}