Show / Hide Table of Contents

Class SamlAppAttributeStatementArgs

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

Constructors

View Source

SamlAppAttributeStatementArgs()

Declaration
public SamlAppAttributeStatementArgs()

Properties

View Source

FilterType

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

FilterValue

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

Name

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

Namespace

Declaration
public Input<string> Namespace { 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

Values

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