Show / Hide Table of Contents

Class GetSamlAttributeStatementArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSamlAttributeStatementArgs
Inherited Members
InvokeArgs.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.App.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlAttributeStatementArgs : InvokeArgs

Constructors

View Source

GetSamlAttributeStatementArgs()

Declaration
public GetSamlAttributeStatementArgs()

Properties

View Source

FilterType

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

FilterValue

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

Name

name of application.

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

Namespace

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

Type

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

Values

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