Share via


ServicePrincipalUpdateParameters Class

Definition

Request parameters for update an existing service principal.

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

Constructors

ServicePrincipalUpdateParameters()

Initializes a new instance of the ServicePrincipalUpdateParameters class.

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

Initializes a new instance of the ServicePrincipalUpdateParameters class.

Properties

AccountEnabled

Gets or sets whether or not the service principal account is enabled

(Inherited from ServicePrincipalBase)
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)

Applies to