ise.deviceadmin.Condition
Explore with Pulumi AI
This resource can manage a Device Admin Condition.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = new ise.deviceadmin.Condition("example", {
name: "Cond1",
description: "My description",
conditionType: "LibraryConditionAttributes",
isNegate: false,
attributeName: "User",
attributeValue: "User1",
dictionaryName: "TACACS",
operator: "equals",
});
import pulumi
import pulumi_ise as ise
example = ise.deviceadmin.Condition("example",
name="Cond1",
description="My description",
condition_type="LibraryConditionAttributes",
is_negate=False,
attribute_name="User",
attribute_value="User1",
dictionary_name="TACACS",
operator="equals")
package main
import (
"github.com/pulumi/pulumi-ise/sdk/go/ise/deviceadmin"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := deviceadmin.NewCondition(ctx, "example", &deviceadmin.ConditionArgs{
Name: pulumi.String("Cond1"),
Description: pulumi.String("My description"),
ConditionType: pulumi.String("LibraryConditionAttributes"),
IsNegate: pulumi.Bool(false),
AttributeName: pulumi.String("User"),
AttributeValue: pulumi.String("User1"),
DictionaryName: pulumi.String("TACACS"),
Operator: pulumi.String("equals"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ise = Pulumi.Ise;
return await Deployment.RunAsync(() =>
{
var example = new Ise.DeviceAdmin.Condition("example", new()
{
Name = "Cond1",
Description = "My description",
ConditionType = "LibraryConditionAttributes",
IsNegate = false,
AttributeName = "User",
AttributeValue = "User1",
DictionaryName = "TACACS",
Operator = "equals",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.deviceadmin.Condition;
import com.pulumi.ise.deviceadmin.ConditionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Condition("example", ConditionArgs.builder()
.name("Cond1")
.description("My description")
.conditionType("LibraryConditionAttributes")
.isNegate(false)
.attributeName("User")
.attributeValue("User1")
.dictionaryName("TACACS")
.operator("equals")
.build());
}
}
resources:
example:
type: ise:deviceadmin:Condition
properties:
name: Cond1
description: My description
conditionType: LibraryConditionAttributes
isNegate: false
attributeName: User
attributeValue: User1
dictionaryName: TACACS
operator: equals
Create Condition Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Condition(name: string, args: ConditionArgs, opts?: CustomResourceOptions);
@overload
def Condition(resource_name: str,
args: ConditionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Condition(resource_name: str,
opts: Optional[ResourceOptions] = None,
condition_type: Optional[str] = None,
attribute_name: Optional[str] = None,
attribute_value: Optional[str] = None,
childrens: Optional[Sequence[ConditionChildrenArgs]] = None,
description: Optional[str] = None,
dictionary_name: Optional[str] = None,
dictionary_value: Optional[str] = None,
is_negate: Optional[bool] = None,
name: Optional[str] = None,
operator: Optional[str] = None)
func NewCondition(ctx *Context, name string, args ConditionArgs, opts ...ResourceOption) (*Condition, error)
public Condition(string name, ConditionArgs args, CustomResourceOptions? opts = null)
public Condition(String name, ConditionArgs args)
public Condition(String name, ConditionArgs args, CustomResourceOptions options)
type: ise:deviceadmin:Condition
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 ConditionArgs
- 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 ConditionArgs
- 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 ConditionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConditionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConditionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var conditionResource = new Ise.DeviceAdmin.Condition("conditionResource", new()
{
ConditionType = "string",
AttributeName = "string",
AttributeValue = "string",
Childrens = new[]
{
new Ise.DeviceAdmin.Inputs.ConditionChildrenArgs
{
ConditionType = "string",
AttributeName = "string",
AttributeValue = "string",
Childrens = new[]
{
new Ise.DeviceAdmin.Inputs.ConditionChildrenChildrenArgs
{
ConditionType = "string",
AttributeName = "string",
AttributeValue = "string",
Description = "string",
DictionaryName = "string",
DictionaryValue = "string",
Id = "string",
IsNegate = false,
Name = "string",
Operator = "string",
},
},
Description = "string",
DictionaryName = "string",
DictionaryValue = "string",
Id = "string",
IsNegate = false,
Name = "string",
Operator = "string",
},
},
Description = "string",
DictionaryName = "string",
DictionaryValue = "string",
IsNegate = false,
Name = "string",
Operator = "string",
});
example, err := deviceadmin.NewCondition(ctx, "conditionResource", &deviceadmin.ConditionArgs{
ConditionType: pulumi.String("string"),
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
Childrens: deviceadmin.ConditionChildrenArray{
&deviceadmin.ConditionChildrenArgs{
ConditionType: pulumi.String("string"),
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
Childrens: deviceadmin.ConditionChildrenChildrenArray{
&deviceadmin.ConditionChildrenChildrenArgs{
ConditionType: pulumi.String("string"),
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
Description: pulumi.String("string"),
DictionaryName: pulumi.String("string"),
DictionaryValue: pulumi.String("string"),
Id: pulumi.String("string"),
IsNegate: pulumi.Bool(false),
Name: pulumi.String("string"),
Operator: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
DictionaryName: pulumi.String("string"),
DictionaryValue: pulumi.String("string"),
Id: pulumi.String("string"),
IsNegate: pulumi.Bool(false),
Name: pulumi.String("string"),
Operator: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
DictionaryName: pulumi.String("string"),
DictionaryValue: pulumi.String("string"),
IsNegate: pulumi.Bool(false),
Name: pulumi.String("string"),
Operator: pulumi.String("string"),
})
var conditionResource = new Condition("conditionResource", ConditionArgs.builder()
.conditionType("string")
.attributeName("string")
.attributeValue("string")
.childrens(ConditionChildrenArgs.builder()
.conditionType("string")
.attributeName("string")
.attributeValue("string")
.childrens(ConditionChildrenChildrenArgs.builder()
.conditionType("string")
.attributeName("string")
.attributeValue("string")
.description("string")
.dictionaryName("string")
.dictionaryValue("string")
.id("string")
.isNegate(false)
.name("string")
.operator("string")
.build())
.description("string")
.dictionaryName("string")
.dictionaryValue("string")
.id("string")
.isNegate(false)
.name("string")
.operator("string")
.build())
.description("string")
.dictionaryName("string")
.dictionaryValue("string")
.isNegate(false)
.name("string")
.operator("string")
.build());
condition_resource = ise.deviceadmin.Condition("conditionResource",
condition_type="string",
attribute_name="string",
attribute_value="string",
childrens=[ise.deviceadmin.ConditionChildrenArgs(
condition_type="string",
attribute_name="string",
attribute_value="string",
childrens=[ise.deviceadmin.ConditionChildrenChildrenArgs(
condition_type="string",
attribute_name="string",
attribute_value="string",
description="string",
dictionary_name="string",
dictionary_value="string",
id="string",
is_negate=False,
name="string",
operator="string",
)],
description="string",
dictionary_name="string",
dictionary_value="string",
id="string",
is_negate=False,
name="string",
operator="string",
)],
description="string",
dictionary_name="string",
dictionary_value="string",
is_negate=False,
name="string",
operator="string")
const conditionResource = new ise.deviceadmin.Condition("conditionResource", {
conditionType: "string",
attributeName: "string",
attributeValue: "string",
childrens: [{
conditionType: "string",
attributeName: "string",
attributeValue: "string",
childrens: [{
conditionType: "string",
attributeName: "string",
attributeValue: "string",
description: "string",
dictionaryName: "string",
dictionaryValue: "string",
id: "string",
isNegate: false,
name: "string",
operator: "string",
}],
description: "string",
dictionaryName: "string",
dictionaryValue: "string",
id: "string",
isNegate: false,
name: "string",
operator: "string",
}],
description: "string",
dictionaryName: "string",
dictionaryValue: "string",
isNegate: false,
name: "string",
operator: "string",
});
type: ise:deviceadmin:Condition
properties:
attributeName: string
attributeValue: string
childrens:
- attributeName: string
attributeValue: string
childrens:
- attributeName: string
attributeValue: string
conditionType: string
description: string
dictionaryName: string
dictionaryValue: string
id: string
isNegate: false
name: string
operator: string
conditionType: string
description: string
dictionaryName: string
dictionaryValue: string
id: string
isNegate: false
name: string
operator: string
conditionType: string
description: string
dictionaryName: string
dictionaryValue: string
isNegate: false
name: string
operator: string
Condition 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 Condition resource accepts the following input properties:
- Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
List<Condition
Children> - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
[]Condition
Children Args - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens
List<Condition
Children> - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- attribute
Name string - Dictionary attribute name
- attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Condition
Children[] - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - description string
- Condition description
- dictionary
Name string - Dictionary name
- dictionary
Value string - Dictionary value
- is
Negate boolean - Indicates whereas this condition is in negate mode
- name string
- Condition name
- operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- condition_
type str - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- attribute_
name str - Dictionary attribute name
- attribute_
value str - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Sequence[Condition
Children Args] - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - description str
- Condition description
- dictionary_
name str - Dictionary name
- dictionary_
value str - Dictionary value
- is_
negate bool - Indicates whereas this condition is in negate mode
- name str
- Condition name
- operator str
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens List<Property Map>
- List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
Outputs
All input properties are implicitly available as output properties. Additionally, the Condition resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Condition Resource
Get an existing Condition 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?: ConditionState, opts?: CustomResourceOptions): Condition
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
attribute_name: Optional[str] = None,
attribute_value: Optional[str] = None,
childrens: Optional[Sequence[ConditionChildrenArgs]] = None,
condition_type: Optional[str] = None,
description: Optional[str] = None,
dictionary_name: Optional[str] = None,
dictionary_value: Optional[str] = None,
is_negate: Optional[bool] = None,
name: Optional[str] = None,
operator: Optional[str] = None) -> Condition
func GetCondition(ctx *Context, name string, id IDInput, state *ConditionState, opts ...ResourceOption) (*Condition, error)
public static Condition Get(string name, Input<string> id, ConditionState? state, CustomResourceOptions? opts = null)
public static Condition get(String name, Output<String> id, ConditionState 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.
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
List<Condition
Children> - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
[]Condition
Children Args - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens
List<Condition
Children> - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- attribute
Name string - Dictionary attribute name
- attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Condition
Children[] - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- description string
- Condition description
- dictionary
Name string - Dictionary name
- dictionary
Value string - Dictionary value
- is
Negate boolean - Indicates whereas this condition is in negate mode
- name string
- Condition name
- operator string
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- attribute_
name str - Dictionary attribute name
- attribute_
value str - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Sequence[Condition
Children Args] - List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - condition_
type str - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- description str
- Condition description
- dictionary_
name str - Dictionary name
- dictionary_
value str - Dictionary value
- is_
negate bool - Indicates whereas this condition is in negate mode
- name str
- Condition name
- operator str
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens List<Property Map>
- List of child conditions.
condition_type
must be one ofLibraryConditionAndBlock
orLibraryConditionOrBlock
. - condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
additional conditions are present under the children attribute. - Choices:
LibraryConditionAndBlock
,LibraryConditionAttributes
,LibraryConditionOrBlock
- description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator - Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
Supporting Types
ConditionChildren, ConditionChildrenArgs
- Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
List<Condition
Children Children> - List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Id string
- UUID for condition
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- Condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Childrens
[]Condition
Children Children - List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Id string
- UUID for condition
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens
List<Condition
Children Children> - List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- id String
- UUID for condition
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type string - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- attribute
Name string - Dictionary attribute name
- attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Condition
Children Children[] - List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - description string
- Condition description
- dictionary
Name string - Dictionary name
- dictionary
Value string - Dictionary value
- id string
- UUID for condition
- is
Negate boolean - Indicates whereas this condition is in negate mode
- name string
- Condition name
- operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition_
type str - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- attribute_
name str - Dictionary attribute name
- attribute_
value str - Attribute value for condition. Value type is specified in dictionary object.
- childrens
Sequence[Condition
Children Children] - List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - description str
- Condition description
- dictionary_
name str - Dictionary name
- dictionary_
value str - Dictionary value
- id str
- UUID for condition
- is_
negate bool - Indicates whereas this condition is in negate mode
- name str
- Condition name
- operator str
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type String - Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
- Choices:
ConditionAndBlock
,ConditionAttributes
,ConditionOrBlock
,ConditionReference
- Choices:
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- childrens List<Property Map>
- List of child conditions.
condition_type
must be one ofConditionAndBlock
orConditionOrBlock
. - description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- id String
- UUID for condition
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
ConditionChildrenChildren, ConditionChildrenChildrenArgs
- Condition
Type string - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Id string
- UUID for condition
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- Condition
Type string - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- Attribute
Name string - Dictionary attribute name
- Attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- Description string
- Condition description
- Dictionary
Name string - Dictionary name
- Dictionary
Value string - Dictionary value
- Id string
- UUID for condition
- Is
Negate bool - Indicates whereas this condition is in negate mode
- Name string
- Condition name
- Operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type String - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- id String
- UUID for condition
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type string - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- attribute
Name string - Dictionary attribute name
- attribute
Value string - Attribute value for condition. Value type is specified in dictionary object.
- description string
- Condition description
- dictionary
Name string - Dictionary name
- dictionary
Value string - Dictionary value
- id string
- UUID for condition
- is
Negate boolean - Indicates whereas this condition is in negate mode
- name string
- Condition name
- operator string
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition_
type str - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- attribute_
name str - Dictionary attribute name
- attribute_
value str - Attribute value for condition. Value type is specified in dictionary object.
- description str
- Condition description
- dictionary_
name str - Dictionary name
- dictionary_
value str - Dictionary value
- id str
- UUID for condition
- is_
negate bool - Indicates whereas this condition is in negate mode
- name str
- Condition name
- operator str
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
- condition
Type String - Condition type.
- Choices:
ConditionAttributes
,ConditionReference
- Choices:
- attribute
Name String - Dictionary attribute name
- attribute
Value String - Attribute value for condition. Value type is specified in dictionary object.
- description String
- Condition description
- dictionary
Name String - Dictionary name
- dictionary
Value String - Dictionary value
- id String
- UUID for condition
- is
Negate Boolean - Indicates whereas this condition is in negate mode
- name String
- Condition name
- operator String
- Equality operator
- Choices:
contains
,endsWith
,equals
,greaterOrEquals
,greaterThan
,in
,ipEquals
,ipGreaterThan
,ipLessThan
,ipNotEquals
,lessOrEquals
,lessThan
,matches
,notContains
,notEndsWith
,notEquals
,notIn
,notStartsWith
,startsWith
- Choices:
Import
$ pulumi import ise:deviceadmin/condition:Condition example "76d24097-41c4-4558-a4d0-a8c07ac08470"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ise
Terraform Provider.