Show / Hide Table of Contents

Class RuleState

Inheritance
System.Object
InputArgs
ResourceArgs
RuleState
Inherited Members
ResourceArgs.Empty
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 Source

RuleState()

Declaration
public RuleState()

Properties

View Source

ExpressionType

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>
View Source

ExpressionValue

The expression value.

Declaration
public Input<string> ExpressionValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

The name of the Group Rule.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

The status of the group rule.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.