共用方式為


ArmIdentity 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]: ArmUserIdentity}

屬性值

{[propertyName: string]: ArmUserIdentity}