1. Packages
  2. Prismacloud Provider
  3. API Docs
  4. getAccountSupportedFeatures
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

prismacloud.getAccountSupportedFeatures

Explore with Pulumi AI

prismacloud logo
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

    Using getAccountSupportedFeatures

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAccountSupportedFeatures(args: GetAccountSupportedFeaturesArgs, opts?: InvokeOptions): Promise<GetAccountSupportedFeaturesResult>
    function getAccountSupportedFeaturesOutput(args: GetAccountSupportedFeaturesOutputArgs, opts?: InvokeOptions): Output<GetAccountSupportedFeaturesResult>
    def get_account_supported_features(account_type: Optional[str] = None,
                                       aws_partition: Optional[str] = None,
                                       cloud_type: Optional[str] = None,
                                       deployment_type: Optional[str] = None,
                                       id: Optional[str] = None,
                                       root_sync_enabled: Optional[bool] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetAccountSupportedFeaturesResult
    def get_account_supported_features_output(account_type: Optional[pulumi.Input[str]] = None,
                                       aws_partition: Optional[pulumi.Input[str]] = None,
                                       cloud_type: Optional[pulumi.Input[str]] = None,
                                       deployment_type: Optional[pulumi.Input[str]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       root_sync_enabled: Optional[pulumi.Input[bool]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetAccountSupportedFeaturesResult]
    func GetAccountSupportedFeatures(ctx *Context, args *GetAccountSupportedFeaturesArgs, opts ...InvokeOption) (*GetAccountSupportedFeaturesResult, error)
    func GetAccountSupportedFeaturesOutput(ctx *Context, args *GetAccountSupportedFeaturesOutputArgs, opts ...InvokeOption) GetAccountSupportedFeaturesResultOutput

    > Note: This function is named GetAccountSupportedFeatures in the Go SDK.

    public static class GetAccountSupportedFeatures 
    {
        public static Task<GetAccountSupportedFeaturesResult> InvokeAsync(GetAccountSupportedFeaturesArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountSupportedFeaturesResult> Invoke(GetAccountSupportedFeaturesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountSupportedFeaturesResult> getAccountSupportedFeatures(GetAccountSupportedFeaturesArgs args, InvokeOptions options)
    public static Output<GetAccountSupportedFeaturesResult> getAccountSupportedFeatures(GetAccountSupportedFeaturesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: prismacloud:index/getAccountSupportedFeatures:getAccountSupportedFeatures
      arguments:
        # arguments dictionary

    The following arguments are supported:

    accountType String
    cloudType String
    awsPartition String
    deploymentType String
    id String
    rootSyncEnabled Boolean
    accountType string
    cloudType string
    awsPartition string
    deploymentType string
    id string
    rootSyncEnabled boolean
    accountType String
    cloudType String
    awsPartition String
    deploymentType String
    id String
    rootSyncEnabled Boolean

    getAccountSupportedFeatures Result

    The following output properties are available:

    accountType String
    cloudType String
    id String
    licenseType String
    supportedFeatures List<String>
    supportedFeaturesAlls List<String>
    awsPartition String
    deploymentType String
    rootSyncEnabled Boolean
    accountType String
    cloudType String
    id String
    licenseType String
    supportedFeatures List<String>
    supportedFeaturesAlls List<String>
    awsPartition String
    deploymentType String
    rootSyncEnabled Boolean

    Package Details

    Repository
    prismacloud paloaltonetworks/terraform-provider-prismacloud
    License
    Notes
    This Pulumi package is based on the prismacloud Terraform Provider.
    prismacloud logo
    prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks