DatabasePrincipalAssignment interface
Class representing a database principal assignment.
- Extends
Properties
| aad |
The service principal object id in AAD (Azure active directory) |
| principal |
The principal ID assigned to the database principal. It can be a user email, application ID, or security group name. |
| principal |
The principal name |
| principal |
Principal type. |
| provisioning |
The provisioned state of the resource. |
| role | Database principal role. |
| tenant |
The tenant id of the principal |
| tenant |
The tenant name of the principal |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type