1. Packages
  2. Zscaler Private Access (ZPA)
  3. API Docs
  4. PolicyTimeoutRuleV2
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler

zpa.PolicyTimeoutRuleV2

Explore with Pulumi AI

zpa logo
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler
    Deprecated: zpa.index/policytimeoutrulev2.PolicyTimeoutRuleV2 has been deprecated in favor of zpa.index/policyaccesstimeoutrulev2.PolicyAccessTimeOutRuleV2

    Create PolicyTimeoutRuleV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PolicyTimeoutRuleV2(name: string, args?: PolicyTimeoutRuleV2Args, opts?: CustomResourceOptions);
    @overload
    def PolicyTimeoutRuleV2(resource_name: str,
                            args: Optional[PolicyTimeoutRuleV2Args] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def PolicyTimeoutRuleV2(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            action: Optional[str] = None,
                            conditions: Optional[Sequence[PolicyTimeoutRuleV2ConditionArgs]] = None,
                            custom_msg: Optional[str] = None,
                            description: Optional[str] = None,
                            microtenant_id: Optional[str] = None,
                            name: Optional[str] = None,
                            reauth_idle_timeout: Optional[str] = None,
                            reauth_timeout: Optional[str] = None)
    func NewPolicyTimeoutRuleV2(ctx *Context, name string, args *PolicyTimeoutRuleV2Args, opts ...ResourceOption) (*PolicyTimeoutRuleV2, error)
    public PolicyTimeoutRuleV2(string name, PolicyTimeoutRuleV2Args? args = null, CustomResourceOptions? opts = null)
    public PolicyTimeoutRuleV2(String name, PolicyTimeoutRuleV2Args args)
    public PolicyTimeoutRuleV2(String name, PolicyTimeoutRuleV2Args args, CustomResourceOptions options)
    
    type: zpa:PolicyTimeoutRuleV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PolicyTimeoutRuleV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PolicyTimeoutRuleV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PolicyTimeoutRuleV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PolicyTimeoutRuleV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PolicyTimeoutRuleV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    

    PolicyTimeoutRuleV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The PolicyTimeoutRuleV2 resource accepts the following input properties:

    Action string
    This is for providing the rule action.
    Conditions List<Zscaler.Zpa.Inputs.PolicyTimeoutRuleV2Condition>
    This is for proviidng the set of conditions for the policy.
    CustomMsg string
    This is for providing a customer message for the user.
    Description string
    This is the description of the access policy.
    MicrotenantId string
    Name string
    This is the name of the policy.
    ReauthIdleTimeout string
    ReauthTimeout string
    Action string
    This is for providing the rule action.
    Conditions []PolicyTimeoutRuleV2ConditionArgs
    This is for proviidng the set of conditions for the policy.
    CustomMsg string
    This is for providing a customer message for the user.
    Description string
    This is the description of the access policy.
    MicrotenantId string
    Name string
    This is the name of the policy.
    ReauthIdleTimeout string
    ReauthTimeout string
    action String
    This is for providing the rule action.
    conditions List<PolicyTimeoutRuleV2Condition>
    This is for proviidng the set of conditions for the policy.
    customMsg String
    This is for providing a customer message for the user.
    description String
    This is the description of the access policy.
    microtenantId String
    name String
    This is the name of the policy.
    reauthIdleTimeout String
    reauthTimeout String
    action string
    This is for providing the rule action.
    conditions PolicyTimeoutRuleV2Condition[]
    This is for proviidng the set of conditions for the policy.
    customMsg string
    This is for providing a customer message for the user.
    description string
    This is the description of the access policy.
    microtenantId string
    name string
    This is the name of the policy.
    reauthIdleTimeout string
    reauthTimeout string
    action str
    This is for providing the rule action.
    conditions Sequence[PolicyTimeoutRuleV2ConditionArgs]
    This is for proviidng the set of conditions for the policy.
    custom_msg str
    This is for providing a customer message for the user.
    description str
    This is the description of the access policy.
    microtenant_id str
    name str
    This is the name of the policy.
    reauth_idle_timeout str
    reauth_timeout str
    action String
    This is for providing the rule action.
    conditions List<Property Map>
    This is for proviidng the set of conditions for the policy.
    customMsg String
    This is for providing a customer message for the user.
    description String
    This is the description of the access policy.
    microtenantId String
    name String
    This is the name of the policy.
    reauthIdleTimeout String
    reauthTimeout String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PolicyTimeoutRuleV2 resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    PolicySetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicySetId string
    id String
    The provider-assigned unique ID for this managed resource.
    policySetId String
    id string
    The provider-assigned unique ID for this managed resource.
    policySetId string
    id str
    The provider-assigned unique ID for this managed resource.
    policy_set_id str
    id String
    The provider-assigned unique ID for this managed resource.
    policySetId String

    Look up Existing PolicyTimeoutRuleV2 Resource

    Get an existing PolicyTimeoutRuleV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PolicyTimeoutRuleV2State, opts?: CustomResourceOptions): PolicyTimeoutRuleV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            conditions: Optional[Sequence[PolicyTimeoutRuleV2ConditionArgs]] = None,
            custom_msg: Optional[str] = None,
            description: Optional[str] = None,
            microtenant_id: Optional[str] = None,
            name: Optional[str] = None,
            policy_set_id: Optional[str] = None,
            reauth_idle_timeout: Optional[str] = None,
            reauth_timeout: Optional[str] = None) -> PolicyTimeoutRuleV2
    func GetPolicyTimeoutRuleV2(ctx *Context, name string, id IDInput, state *PolicyTimeoutRuleV2State, opts ...ResourceOption) (*PolicyTimeoutRuleV2, error)
    public static PolicyTimeoutRuleV2 Get(string name, Input<string> id, PolicyTimeoutRuleV2State? state, CustomResourceOptions? opts = null)
    public static PolicyTimeoutRuleV2 get(String name, Output<String> id, PolicyTimeoutRuleV2State state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Action string
    This is for providing the rule action.
    Conditions List<Zscaler.Zpa.Inputs.PolicyTimeoutRuleV2Condition>
    This is for proviidng the set of conditions for the policy.
    CustomMsg string
    This is for providing a customer message for the user.
    Description string
    This is the description of the access policy.
    MicrotenantId string
    Name string
    This is the name of the policy.
    PolicySetId string
    ReauthIdleTimeout string
    ReauthTimeout string
    Action string
    This is for providing the rule action.
    Conditions []PolicyTimeoutRuleV2ConditionArgs
    This is for proviidng the set of conditions for the policy.
    CustomMsg string
    This is for providing a customer message for the user.
    Description string
    This is the description of the access policy.
    MicrotenantId string
    Name string
    This is the name of the policy.
    PolicySetId string
    ReauthIdleTimeout string
    ReauthTimeout string
    action String
    This is for providing the rule action.
    conditions List<PolicyTimeoutRuleV2Condition>
    This is for proviidng the set of conditions for the policy.
    customMsg String
    This is for providing a customer message for the user.
    description String
    This is the description of the access policy.
    microtenantId String
    name String
    This is the name of the policy.
    policySetId String
    reauthIdleTimeout String
    reauthTimeout String
    action string
    This is for providing the rule action.
    conditions PolicyTimeoutRuleV2Condition[]
    This is for proviidng the set of conditions for the policy.
    customMsg string
    This is for providing a customer message for the user.
    description string
    This is the description of the access policy.
    microtenantId string
    name string
    This is the name of the policy.
    policySetId string
    reauthIdleTimeout string
    reauthTimeout string
    action str
    This is for providing the rule action.
    conditions Sequence[PolicyTimeoutRuleV2ConditionArgs]
    This is for proviidng the set of conditions for the policy.
    custom_msg str
    This is for providing a customer message for the user.
    description str
    This is the description of the access policy.
    microtenant_id str
    name str
    This is the name of the policy.
    policy_set_id str
    reauth_idle_timeout str
    reauth_timeout str
    action String
    This is for providing the rule action.
    conditions List<Property Map>
    This is for proviidng the set of conditions for the policy.
    customMsg String
    This is for providing a customer message for the user.
    description String
    This is the description of the access policy.
    microtenantId String
    name String
    This is the name of the policy.
    policySetId String
    reauthIdleTimeout String
    reauthTimeout String

    Supporting Types

    PolicyTimeoutRuleV2Condition, PolicyTimeoutRuleV2ConditionArgs

    Id string
    Operands List<Zscaler.Zpa.Inputs.PolicyTimeoutRuleV2ConditionOperand>
    This signifies the various policy criteria.
    Operator string
    Id string
    Operands []PolicyTimeoutRuleV2ConditionOperand
    This signifies the various policy criteria.
    Operator string
    id String
    operands List<PolicyTimeoutRuleV2ConditionOperand>
    This signifies the various policy criteria.
    operator String
    id string
    operands PolicyTimeoutRuleV2ConditionOperand[]
    This signifies the various policy criteria.
    operator string
    id str
    operands Sequence[PolicyTimeoutRuleV2ConditionOperand]
    This signifies the various policy criteria.
    operator str
    id String
    operands List<Property Map>
    This signifies the various policy criteria.
    operator String

    PolicyTimeoutRuleV2ConditionOperand, PolicyTimeoutRuleV2ConditionOperandArgs

    EntryValues List<Zscaler.Zpa.Inputs.PolicyTimeoutRuleV2ConditionOperandEntryValue>
    ObjectType string
    This is for specifying the policy critiera.
    Values List<string>
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored
    EntryValues []PolicyTimeoutRuleV2ConditionOperandEntryValue
    ObjectType string
    This is for specifying the policy critiera.
    Values []string
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored
    entryValues List<PolicyTimeoutRuleV2ConditionOperandEntryValue>
    objectType String
    This is for specifying the policy critiera.
    values List<String>
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored
    entryValues PolicyTimeoutRuleV2ConditionOperandEntryValue[]
    objectType string
    This is for specifying the policy critiera.
    values string[]
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored
    entry_values Sequence[PolicyTimeoutRuleV2ConditionOperandEntryValue]
    object_type str
    This is for specifying the policy critiera.
    values Sequence[str]
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored
    entryValues List<Property Map>
    objectType String
    This is for specifying the policy critiera.
    values List<String>
    This denotes a list of values for the given object type. The value depend upon the key. If rhs is defined this list will be ignored

    PolicyTimeoutRuleV2ConditionOperandEntryValue, PolicyTimeoutRuleV2ConditionOperandEntryValueArgs

    Lhs string
    Rhs string
    Lhs string
    Rhs string
    lhs String
    rhs String
    lhs string
    rhs string
    lhs str
    rhs str
    lhs String
    rhs String

    Package Details

    Repository
    zpa zscaler/pulumi-zpa
    License
    MIT
    Notes
    This Pulumi package is based on the zpa Terraform Provider.
    zpa logo
    Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler