Share via


ServicePrincipalCreateParameters Class

Definition

public class ServicePrincipalCreateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.ServicePrincipalBase
type ServicePrincipalCreateParameters = class
    inherit ServicePrincipalBase
Public Class ServicePrincipalCreateParameters
Inherits ServicePrincipalBase
Inheritance
ServicePrincipalCreateParameters

Constructors

ServicePrincipalCreateParameters()
ServicePrincipalCreateParameters(String, String, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)

Properties

AccountEnabled (Inherited from ServicePrincipalBase)
AppId
AppRoleAssignmentRequired (Inherited from ServicePrincipalBase)
KeyCredentials (Inherited from ServicePrincipalBase)
PasswordCredentials (Inherited from ServicePrincipalBase)
ServicePrincipalType (Inherited from ServicePrincipalBase)
Tags (Inherited from ServicePrincipalBase)

Methods

Validate()

Applies to