共用方式為


ContainerGroupIdentity interface

容器群組的身分識別。

屬性

principalId

容器群組身分識別的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId

與容器群組相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

用於容器群組的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從容器群組中移除任何身分識別。

userAssignedIdentities

與容器群組相關聯的使用者身分識別清單。

屬性詳細資料

principalId

容器群組身分識別的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

與容器群組相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

用於容器群組的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從容器群組中移除任何身分識別。

type?: ResourceIdentityType

屬性值

userAssignedIdentities

與容器群組相關聯的使用者身分識別清單。

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

屬性值

{[propertyName: string]: UserAssignedIdentities}