Class SamlIdpArgs
Inheritance
System.Object
SamlIdpArgs
Inherited Members
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()
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlIdpArgs : ResourceArgs
Constructors
View Source
SamlIdpArgs()
Declaration
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
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
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
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
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public InputList<string> SubjectFormats { get; set; }
Property Value
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> |
|