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 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>
Copy
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]
Copy
func GetPolicyWizards(ctx *Context, args *GetPolicyWizardsArgs, opts ...InvokeOption) (*GetPolicyWizardsResult, error)
func GetPolicyWizardsOutput(ctx *Context, args *GetPolicyWizardsOutputArgs, opts ...InvokeOption) GetPolicyWizardsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPolicyWizardsResult> getPolicyWizards(GetPolicyWizardsArgs args, InvokeOptions options)
public static Output<GetPolicyWizardsResult> getPolicyWizards(GetPolicyWizardsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cyral:index/getPolicyWizards:getPolicyWizards
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
Id This property is required. string
Name This property is required. string
ParameterSchema This property is required. string
Tags This property is required. List<string>
Description This property is required. string
Id This property is required. string
Name This property is required. string
ParameterSchema This property is required. string
Tags This property is required. []string
description This property is required. String
id This property is required. String
name This property is required. String
parameterSchema This property is required. String
tags This property is required. List<String>
description This property is required. string
id This property is required. string
name This property is required. string
parameterSchema This property is required. string
tags This property is required. string[]
description This property is required. str
id This property is required. str
name This property is required. str
parameter_schema This property is required. str
tags This property is required. Sequence[str]
description This property is required. String
id This property is required. String
name This property is required. String
parameterSchema This property is required. String
tags This property is required. List<String>

Package Details

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