1. Packages
  2. Cyral Provider
  3. API Docs
  4. getPolicyWizards
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

cyral.getPolicyWizards

Explore with Pulumi AI

cyral logo
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

    This data source provides information policy wizards

    Using getPolicyWizards

    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 getPolicyWizards(args: GetPolicyWizardsArgs, opts?: InvokeOptions): Promise<GetPolicyWizardsResult>
    function getPolicyWizardsOutput(args: GetPolicyWizardsOutputArgs, opts?: InvokeOptions): Output<GetPolicyWizardsResult>
    def get_policy_wizards(id: Optional[str] = None,
                           wizard_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetPolicyWizardsResult
    def get_policy_wizards_output(id: Optional[pulumi.Input[str]] = None,
                           wizard_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetPolicyWizardsResult]
    func GetPolicyWizards(ctx *Context, args *GetPolicyWizardsArgs, opts ...InvokeOption) (*GetPolicyWizardsResult, error)
    func GetPolicyWizardsOutput(ctx *Context, args *GetPolicyWizardsOutputArgs, opts ...InvokeOption) GetPolicyWizardsResultOutput

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

    public static class GetPolicyWizards 
    {
        public static Task<GetPolicyWizardsResult> InvokeAsync(GetPolicyWizardsArgs args, InvokeOptions? opts = null)
        public static Output<GetPolicyWizardsResult> Invoke(GetPolicyWizardsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPolicyWizardsResult> getPolicyWizards(GetPolicyWizardsArgs args, InvokeOptions options)
    public static Output<GetPolicyWizardsResult> getPolicyWizards(GetPolicyWizardsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cyral:index/getPolicyWizards:getPolicyWizards
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    WizardId string
    id of the policy wizard of interest.
    Id string
    The ID of this resource.
    WizardId string
    id of the policy wizard of interest.
    id String
    The ID of this resource.
    wizardId String
    id of the policy wizard of interest.
    id string
    The ID of this resource.
    wizardId string
    id of the policy wizard of interest.
    id str
    The ID of this resource.
    wizard_id str
    id of the policy wizard of interest.
    id String
    The ID of this resource.
    wizardId String
    id of the policy wizard of interest.

    getPolicyWizards Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Wizards List<GetPolicyWizardsWizard>
    Set of supported policy wizards.
    WizardId string
    id of the policy wizard of interest.
    Id string
    The ID of this resource.
    Wizards []GetPolicyWizardsWizard
    Set of supported policy wizards.
    WizardId string
    id of the policy wizard of interest.
    id String
    The ID of this resource.
    wizards List<GetPolicyWizardsWizard>
    Set of supported policy wizards.
    wizardId String
    id of the policy wizard of interest.
    id string
    The ID of this resource.
    wizards GetPolicyWizardsWizard[]
    Set of supported policy wizards.
    wizardId string
    id of the policy wizard of interest.
    id str
    The ID of this resource.
    wizards Sequence[GetPolicyWizardsWizard]
    Set of supported policy wizards.
    wizard_id str
    id of the policy wizard of interest.
    id String
    The ID of this resource.
    wizards List<Property Map>
    Set of supported policy wizards.
    wizardId String
    id of the policy wizard of interest.

    Supporting Types

    GetPolicyWizardsWizard

    Description string
    Id string
    Name string
    ParameterSchema string
    Tags List<string>
    Description string
    Id string
    Name string
    ParameterSchema string
    Tags []string
    description String
    id String
    name String
    parameterSchema String
    tags List<String>
    description string
    id string
    name string
    parameterSchema string
    tags string[]
    description str
    id str
    name str
    parameter_schema str
    tags Sequence[str]
    description String
    id String
    name String
    parameterSchema String
    tags List<String>

    Package Details

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