Show / Hide Table of Contents

Class SamlUserArgs

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

Constructors

View Source

SamlUserArgs()

Declaration
public SamlUserArgs()

Properties

View Source

Id

id of application.

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

Password

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

Scope

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

Username

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