DatabasePrincipalProperties interface

A class representing database principal property.

Properties

aadObjectId

The service principal object id in AAD (Azure active directory)

principalId

The principal ID assigned to the database principal. It can be a user email, application ID, or security group name.

principalName

The principal name

principalType

Principal type.

provisioningState

The provisioned state of the resource.

role

Database principal role.

tenantId

The tenant id of the principal

tenantName

The tenant name of the principal

Property Details

aadObjectId

The service principal object id in AAD (Azure active directory)

aadObjectId?: string

Property Value

string

principalId

The principal ID assigned to the database principal. It can be a user email, application ID, or security group name.

principalId: string

Property Value

string

principalName

The principal name

principalName?: string

Property Value

string

principalType

Principal type.

principalType: string

Property Value

string

provisioningState

The provisioned state of the resource.

provisioningState?: string

Property Value

string

role

Database principal role.

role: string

Property Value

string

tenantId

The tenant id of the principal

tenantId?: string

Property Value

string

tenantName

The tenant name of the principal

tenantName?: string

Property Value

string