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 dictionary
The following arguments are supported:
getPolicyWizards Result
The following output properties are available:
- Id string
- The ID of this resource.
- Wizards
List<Get
Policy Wizards Wizard> - Set of supported policy wizards.
- Wizard
Id string - id of the policy wizard of interest.
- Id string
- The ID of this resource.
- Wizards
[]Get
Policy Wizards Wizard - Set of supported policy wizards.
- Wizard
Id string - id of the policy wizard of interest.
- id String
- The ID of this resource.
- wizards
List<Get
Policy Wizards Wizard> - Set of supported policy wizards.
- wizard
Id String - id of the policy wizard of interest.
- id string
- The ID of this resource.
- wizards
Get
Policy Wizards Wizard[] - Set of supported policy wizards.
- wizard
Id string - id of the policy wizard of interest.
- id str
- The ID of this resource.
- wizards
Sequence[Get
Policy 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.
- wizard
Id String - id of the policy wizard of interest.
Supporting Types
GetPolicyWizardsWizard
- Description string
- Id string
- Name string
- Parameter
Schema string - List<string>
- Description string
- Id string
- Name string
- Parameter
Schema string - []string
- description String
- id String
- name String
- parameter
Schema String - List<String>
- description string
- id string
- name string
- parameter
Schema string - string[]
- description str
- id str
- name str
- parameter_
schema str - Sequence[str]
- description String
- id String
- name String
- parameter
Schema String - List<String>
Package Details
- Repository
- cyral cyralinc/terraform-provider-cyral
- License
- Notes
- This Pulumi package is based on the
cyral
Terraform Provider.