Show / Hide Table of Contents

Class SamlIdpArgs

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

Constructors

View Source

SamlIdpArgs()

Declaration
public SamlIdpArgs()

Properties

View Source

AccountLinkAction

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

AccountLinkGroupIncludes

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

AcsBinding

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

AcsType

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

DeprovisionedAction

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

GroupsAction

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

GroupsAssignments

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

GroupsAttribute

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

GroupsFilters

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

Issuer

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

IssuerMode

Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL

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

Kid

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

Name

name of idp

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

NameFormat

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

ProfileMaster

Declaration
public Input<bool> ProfileMaster { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ProvisioningAction

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

RequestSignatureAlgorithm

algorithm to use to sign requests

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

RequestSignatureScope

algorithm to use to sign response

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

ResponseSignatureAlgorithm

algorithm to use to sign requests

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

ResponseSignatureScope

algorithm to use to sign response

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

SsoBinding

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

SsoDestination

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

SsoUrl

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

Status

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

SubjectFilter

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

SubjectFormats

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

SubjectMatchAttribute

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

SubjectMatchType

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

SuspendedAction

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

UsernameTemplate

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