Show / Hide Table of Contents

Class RuleIdpDiscoveryPlatformIncludeGetArgs

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

Constructors

View Source

RuleIdpDiscoveryPlatformIncludeGetArgs()

Declaration
public RuleIdpDiscoveryPlatformIncludeGetArgs()

Properties

View Source

OsExpression

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

OsType

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

Type

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