ServicePrincipalBase Class
Active Directory service principal common properties shared among GET, POST and PATCH.
- Inheritance
-
ServicePrincipalBase
Constructor
ServicePrincipalBase(*, account_enabled: Optional[bool] = None, app_role_assignment_required: Optional[bool] = None, key_credentials=None, password_credentials=None, service_principal_type: Optional[str] = None, tags=None, **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