Show / Hide Table of Contents

Class IdpArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdpArgs
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 IdpArgs : ResourceArgs

Constructors

View Source

IdpArgs()

Declaration
public IdpArgs()

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

AuthorizationBinding

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

AuthorizationUrl

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

ClientId

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

ClientSecret

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

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

IssuerUrl

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

JwksBinding

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

JwksUrl

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

MaxClockSkew

Declaration
public Input<int> MaxClockSkew { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

name of idp

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

ProtocolType

Declaration
public Input<string> ProtocolType { get; set; }
Property Value
Type Description
Input<System.String>
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

Scopes

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

Status

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<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

TokenBinding

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

TokenUrl

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

UserInfoBinding

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

UserInfoUrl

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