ServicePrincipalCreateParameters 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.
Request parameters for creating a new service principal.
public class ServicePrincipalCreateParameters : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalBase
type ServicePrincipalCreateParameters = class
inherit ServicePrincipalBase
Public Class ServicePrincipalCreateParameters
Inherits ServicePrincipalBase
- Inheritance
Constructors
ServicePrincipalCreateParameters() |
Initializes a new instance of the ServicePrincipalCreateParameters class. |
ServicePrincipalCreateParameters(String, Nullable<Boolean>, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>) |
Initializes a new instance of the ServicePrincipalCreateParameters class. |
Properties
AccountEnabled |
Gets or sets whether or not the service principal account is enabled (Inherited from ServicePrincipalBase) |
AppId |
Gets or sets the application ID. |
AppRoleAssignmentRequired |
Gets or sets specifies whether an AppRoleAssignment to a user or group is required before Azure AD will issue a user or access token to the application. (Inherited from ServicePrincipalBase) |
KeyCredentials |
Gets or sets the collection of key credentials associated with the service principal. (Inherited from ServicePrincipalBase) |
PasswordCredentials |
Gets or sets the collection of password credentials associated with the service principal. (Inherited from ServicePrincipalBase) |
ServicePrincipalType |
Gets or sets the type of the service principal (Inherited from ServicePrincipalBase) |
Tags |
Gets or sets optional list of tags that you can apply to your service principals. Not nullable. (Inherited from ServicePrincipalBase) |
Methods
Validate() |
Validate the object. |