共用方式為


MongoUserDefinitionGetResults interface

Azure Cosmos DB 用戶定義

Extends

屬性

customData

USer 定義的自定義定義。

databaseName

要為此使用者定義授與存取權的資料庫名稱。

mechanisms

Mongo 驗證機制。 目前,我們僅支持驗證機制 SCRAM-SHA-256。

password

使用者定義的密碼。 回應不包含用戶密碼。

roles

用戶定義繼承的角色集。

userName

使用者定義的用戶名稱。

繼承的屬性

id

資料庫帳戶的唯一資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

資料庫帳戶的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

Azure 資源的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

customData

USer 定義的自定義定義。

customData?: string

屬性值

string

databaseName

要為此使用者定義授與存取權的資料庫名稱。

databaseName?: string

屬性值

string

mechanisms

Mongo 驗證機制。 目前,我們僅支持驗證機制 SCRAM-SHA-256。

mechanisms?: string

屬性值

string

password

使用者定義的密碼。 回應不包含用戶密碼。

password?: string

屬性值

string

roles

用戶定義繼承的角色集。

roles?: Role[]

屬性值

Role[]

userName

使用者定義的用戶名稱。

userName?: string

屬性值

string

繼承的屬性詳細資料

id

資料庫帳戶的唯一資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ARMProxyResource.id

name

資料庫帳戶的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ARMProxyResource.name

type

Azure 資源的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ARMProxyResource.type