Interface ServicePrincipals
- All Superinterfaces:
HasManager<AuthorizationManager>, SupportsCreating<ServicePrincipal.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<ServicePrincipal>, SupportsGettingByName<ServicePrincipal>, SupportsListing<ServicePrincipal>, SupportsListingByFilter<ServicePrincipal>
public interface ServicePrincipals
extends SupportsListing<ServicePrincipal>, SupportsListingByFilter<ServicePrincipal>, SupportsGettingById<ServicePrincipal>, SupportsGettingByName<ServicePrincipal>, SupportsCreating<ServicePrincipal.DefinitionStages.Blank>, SupportsDeletingById, HasManager<AuthorizationManager>
Entry point to service principal management API.
-
Method Summary
Methods inherited from interface HasManager
managerMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByFilter
listByFilter, listByFilterAsync