JobAgentIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |