ServicePrincipalUpdateParameters Class
Request parameters for update an existing service principal.
- Inheritance
-
ServicePrincipalUpdateParameters
Constructor
ServicePrincipalUpdateParameters(**kwargs)
Parameters
- app_role_assignment_required
- bool
Required
Specifies whether an AppRoleAssignment to a user or group is required before Azure AD will issue a user or access token to the application.
- key_credentials
- list[KeyCredential]
Required
The collection of key credentials associated with the service principal.
- password_credentials
- list[PasswordCredential]
Required
The collection of password credentials associated with the service principal.
Feedback
Submit and view feedback for