Data/Operations/SubscribedSku.List.psd1
|
<# Operation descriptor - data only. Loaded with Import-PowerShellDataFile. Beta collection. A v1.0 route exists, but the beta shape is the one in common use for this collection. #> @{ SchemaVersion = 1 Type = 'SubscribedSku' Operation = 'List' OperationKind = 'Collection' HandlerStrategyId = 'Collection.Default' ApiVersion = 'beta' Stability = 'BetaPreferred' BetaReason = 'A v1.0 route exists, but the beta shape is the one in common use for this collection.' Method = 'GET' PathTemplate = '/subscribedSkus' RequestBodyKind = $null ResponseKind = 'Json' PagingStrategy = 'NextLink' RequiredPagingHeaders = @() DeduplicationKey = 'id' SupportsAll = $false SupportsDelta = $false ReplayPolicy = 'Safe' Condition = $null Reconciliation = $null AdvancedQuery = @{ Supported = $false } Concurrency = @{ Mode = 'None'; Header = $null; Required = $false; AllowWildcard = $false } CredentialPolicy = 'GraphBearer' AllowedHosts = @() RedirectPolicy = 'None' IdentityRequirement = 'Verified' ResourceFamily = 'Directory.Organization' ThrottleClass = 'Read' SupportedAuthModes = @('Certificate', 'ClientSecret', 'ManagedIdentity') RequiredPermissions = @( @{ Type = 'Application'; Value = 'Organization.Read.All' } ) RequiredLicense = @() SupportedClouds = @('Global', 'USGov', 'USGovDoD') } |