Class SocialIdpArgs
Inheritance
System.Object
SocialIdpArgs
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 SocialIdpArgs : ResourceArgs
Constructors
View Source
SocialIdpArgs()
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
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
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
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
MatchAttribute
Declaration
public Input<string> MatchAttribute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MatchType
Declaration
public Input<string> MatchType { 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
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
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
Type
Declaration
public Input<string> Type { 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> |
|