DatabasePrincipal interface
A class representing database principal entity.
Properties
app |
Application id - relevant only for application principal type. |
Database principal email if exists. |
|
fqn | Database principal fully qualified name. |
name | Database principal name. |
role | Database principal role. |
tenant |
The tenant name of the principal NOTE: This property will not be serialized. It can only be populated by the server. |
type | Database principal type. |
Property Details
appId
Application id - relevant only for application principal type.
appId?: string
Property Value
string
Database principal email if exists.
email?: string
Property Value
string
fqn
Database principal fully qualified name.
fqn?: string
Property Value
string
name
Database principal name.
name: string
Property Value
string
role
Database principal role.
role: string
Property Value
string
tenantName
The tenant name of the principal NOTE: This property will not be serialized. It can only be populated by the server.
tenantName?: string
Property Value
string
type
Database principal type.
type: string
Property Value
string