DatabaseIdentity Class

Definition

Azure Active Directory identity configuration for a resource.

public class DatabaseIdentity
type DatabaseIdentity = class
Public Class DatabaseIdentity
Inheritance
DatabaseIdentity

Constructors

DatabaseIdentity()

Initializes a new instance of the DatabaseIdentity class.

DatabaseIdentity(String, Nullable<Guid>, IDictionary<String,DatabaseUserIdentity>)

Initializes a new instance of the DatabaseIdentity class.

Properties

TenantId

Gets the Azure Active Directory tenant id.

Type

Gets or sets the identity type. Possible values include: 'None', 'UserAssigned'

UserAssignedIdentities

Gets or sets the resource ids of the user assigned identities to use

Applies to