Compartilhar via


JobAgentIdentity Class

Definition

Azure Active Directory identity configuration for a resource.

public class JobAgentIdentity
type JobAgentIdentity = class
Public Class JobAgentIdentity
Inheritance
JobAgentIdentity

Constructors

JobAgentIdentity()

Initializes a new instance of the JobAgentIdentity class.

JobAgentIdentity(String, Nullable<Guid>, IDictionary<String,JobAgentUserAssignedIdentity>)

Initializes a new instance of the JobAgentIdentity class.

Properties

TenantId

Gets or sets the job agent identity tenant id

Type

Gets or sets the job agent identity type Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssignedUserAssigned'

UserAssignedIdentities

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

Methods

Validate()

Validate the object.

Applies to