Class RuleState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Group
Assembly: Pulumi.Okta.dll
Syntax
public sealed class RuleState : ResourceArgs
Constructors
View SourceRuleState()
Declaration
public RuleState()
Properties
View SourceExpressionType
The expression type to use to invoke the rule. The default is "urn:okta:expression:1.0".
Declaration
public Input<string> ExpressionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpressionValue
The expression value.
Declaration
public Input<string> ExpressionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupAssignments
The list of group ids to assign the users to.
Declaration
public InputList<string> GroupAssignments { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the Group Rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the group rule.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |