Show / Hide Table of Contents

Class SignonState

Inheritance
System.Object
InputArgs
ResourceArgs
SignonState
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.Policy
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SignonState : ResourceArgs

Constructors

View Source

SignonState()

Declaration
public SignonState()

Properties

View Source

Description

Policy Description.

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

GroupsIncludeds

List of Group IDs to Include.

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

Name

Policy Name.

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

Priority

Priority of the policy.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Status

Policy Status: &quot;ACTIVE&quot; or &quot;INACTIVE&quot;.

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