prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks
prismacloud.getAccountSupportedFeatures
Explore with Pulumi AI
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:
- Account
Type string - Cloud
Type string - Aws
Partition string - Deployment
Type string - Id string
- Root
Sync boolEnabled
- Account
Type string - Cloud
Type string - Aws
Partition string - Deployment
Type string - Id string
- Root
Sync boolEnabled
- account
Type String - cloud
Type String - aws
Partition String - deployment
Type String - id String
- root
Sync BooleanEnabled
- account
Type string - cloud
Type string - aws
Partition string - deployment
Type string - id string
- root
Sync booleanEnabled
- account_
type str - cloud_
type str - aws_
partition str - deployment_
type str - id str
- root_
sync_ boolenabled
- account
Type String - cloud
Type String - aws
Partition String - deployment
Type String - id String
- root
Sync BooleanEnabled
getAccountSupportedFeatures Result
The following output properties are available:
- Account
Type string - Cloud
Type string - Id string
- License
Type string - Supported
Features List<string> - Supported
Features List<string>Alls - Aws
Partition string - Deployment
Type string - Root
Sync boolEnabled
- Account
Type string - Cloud
Type string - Id string
- License
Type string - Supported
Features []string - Supported
Features []stringAlls - Aws
Partition string - Deployment
Type string - Root
Sync boolEnabled
- account
Type String - cloud
Type String - id String
- license
Type String - supported
Features List<String> - supported
Features List<String>Alls - aws
Partition String - deployment
Type String - root
Sync BooleanEnabled
- account
Type string - cloud
Type string - id string
- license
Type string - supported
Features string[] - supported
Features string[]Alls - aws
Partition string - deployment
Type string - root
Sync booleanEnabled
- account_
type str - cloud_
type str - id str
- license_
type str - supported_
features Sequence[str] - supported_
features_ Sequence[str]alls - aws_
partition str - deployment_
type str - root_
sync_ boolenabled
- account
Type String - cloud
Type String - id String
- license
Type String - supported
Features List<String> - supported
Features List<String>Alls - aws
Partition String - deployment
Type String - root
Sync BooleanEnabled
Package Details
- Repository
- prismacloud paloaltonetworks/terraform-provider-prismacloud
- License
- Notes
- This Pulumi package is based on the
prismacloud
Terraform Provider.
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks