Data/Operations/ServicePrincipal.List.psd1
|
<# Operation descriptor - data only. Loaded with Import-PowerShellDataFile. Service principals. The permission analyzer already reads these privately; this is the public read path. #> @{ SchemaVersion = 1 Type = 'ServicePrincipal' Operation = 'List' OperationKind = 'Collection' HandlerStrategyId = 'Collection.Default' ApiVersion = 'v1.0' Stability = 'Stable' BetaReason = $null Method = 'GET' PathTemplate = '/servicePrincipals' RequestBodyKind = $null ResponseKind = 'Json' PagingStrategy = 'NextLink' RequiredPagingHeaders = @() DeduplicationKey = 'id' SupportsAll = $false SupportsDelta = $false ReplayPolicy = 'Safe' Condition = $null Reconciliation = $null AdvancedQuery = @{ Supported = $true } Concurrency = @{ Mode = 'None'; Header = $null; Required = $false; AllowWildcard = $false } CredentialPolicy = 'GraphBearer' AllowedHosts = @() RedirectPolicy = 'None' IdentityRequirement = 'Verified' ResourceFamily = 'Directory.ServicePrincipal' ThrottleClass = 'Read' SupportedAuthModes = @('Certificate', 'ClientSecret', 'ManagedIdentity') RequiredPermissions = @( @{ Type = 'Application'; Value = 'Application.Read.All' } ) RequiredLicense = @() SupportedClouds = @('Global', 'China', 'Germany', 'USGov', 'USGovDoD') } |