Share via


UserProperties interface

Definition of Mongo user resource on a cluster.

Properties

identityProvider

The user's identity provider definition.

provisioningState

The provisioning state of the user.

roles

Database roles that are assigned to the user.

Property Details

identityProvider

The user's identity provider definition.

identityProvider?: IdentityProviderUnion

Property Value

provisioningState

The provisioning state of the user.

provisioningState?: string

Property Value

string

roles

Database roles that are assigned to the user.

roles?: DatabaseRole[]

Property Value