cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc
cyral.getPolicyWizards
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
getPolicyWizards Result
The following output properties are available:
- Id string
- The ID of this resource.
- Wizards
List<GetPolicy Wizards Wizard> 
- Set of supported policy wizards.
- WizardId string
- id of the policy wizard of interest.
- Id string
- The ID of this resource.
- Wizards
[]GetPolicy Wizards Wizard 
- Set of supported policy wizards.
- WizardId string
- id of the policy wizard of interest.
- id String
- The ID of this resource.
- wizards
List<GetPolicy Wizards Wizard> 
- Set of supported policy wizards.
- wizardId String
- id of the policy wizard of interest.
- id string
- The ID of this resource.
- wizards
GetPolicy Wizards Wizard[] 
- Set of supported policy wizards.
- wizardId string
- id of the policy wizard of interest.
- id str
- The ID of this resource.
- wizards
Sequence[GetPolicy Wizards Wizard] 
- 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
- List<string>
- Description string
- Id string
- Name string
- ParameterSchema string
- []string
- description String
- id String
- name String
- parameterSchema String
- List<String>
- description string
- id string
- name string
- parameterSchema string
- string[]
- description str
- id str
- name str
- parameter_schema str
- Sequence[str]
- description String
- id String
- name String
- parameterSchema String
- List<String>
Package Details
- Repository
- cyral cyralinc/terraform-provider-cyral
- License
- Notes
- This Pulumi package is based on the cyralTerraform Provider.