Class SocialIdp
Inheritance
System.Object
SocialIdp
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 class SocialIdp : CustomResource
Constructors
View Source
SocialIdp(String, SocialIdpArgs, CustomResourceOptions)
Create a SocialIdp resource with the given unique name, arguments, and options.
Declaration
public SocialIdp(string name, SocialIdpArgs args, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resource
|
| SocialIdpArgs |
args |
The arguments used to populate this resource's properties
|
| CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Properties
View Source
AccountLinkAction
Declaration
public Output<string> AccountLinkAction { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
AccountLinkGroupIncludes
Declaration
public Output<ImmutableArray<string>> AccountLinkGroupIncludes { get; }
Property Value
| Type |
Description |
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
AuthorizationBinding
Declaration
public Output<string> AuthorizationBinding { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
AuthorizationUrl
Declaration
public Output<string> AuthorizationUrl { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ClientId
Declaration
public Output<string> ClientId { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ClientSecret
Declaration
public Output<string> ClientSecret { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
DeprovisionedAction
Declaration
public Output<string> DeprovisionedAction { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
GroupsAction
Declaration
public Output<string> GroupsAction { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
GroupsAssignments
Declaration
public Output<ImmutableArray<string>> GroupsAssignments { get; }
Property Value
| Type |
Description |
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
GroupsAttribute
Declaration
public Output<string> GroupsAttribute { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
GroupsFilters
Declaration
public Output<ImmutableArray<string>> GroupsFilters { get; }
Property Value
| Type |
Description |
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
IssuerMode
Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
Declaration
public Output<string> IssuerMode { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
MatchAttribute
Declaration
public Output<string> MatchAttribute { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
MatchType
Declaration
public Output<string> MatchType { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
MaxClockSkew
Declaration
public Output<int?> MaxClockSkew { get; }
Property Value
| Type |
Description |
| Output<System.Nullable<System.Int32>> |
|
View Source
Name
Declaration
public Output<string> Name { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ProfileMaster
Declaration
public Output<bool?> ProfileMaster { get; }
Property Value
| Type |
Description |
| Output<System.Nullable<System.Boolean>> |
|
View Source
ProtocolType
Declaration
public Output<string> ProtocolType { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ProvisioningAction
Declaration
public Output<string> ProvisioningAction { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
RequestSignatureAlgorithm
algorithm to use to sign requests
Declaration
public Output<string> RequestSignatureAlgorithm { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
RequestSignatureScope
algorithm to use to sign response
Declaration
public Output<string> RequestSignatureScope { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ResponseSignatureAlgorithm
algorithm to use to sign requests
Declaration
public Output<string> ResponseSignatureAlgorithm { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ResponseSignatureScope
algorithm to use to sign response
Declaration
public Output<string> ResponseSignatureScope { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Scopes
Declaration
public Output<ImmutableArray<string>> Scopes { get; }
Property Value
| Type |
Description |
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
Status
Declaration
public Output<string> Status { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
SubjectMatchAttribute
Declaration
public Output<string> SubjectMatchAttribute { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
SubjectMatchType
Declaration
public Output<string> SubjectMatchType { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
SuspendedAction
Declaration
public Output<string> SuspendedAction { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
TokenBinding
Declaration
public Output<string> TokenBinding { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
TokenUrl
Declaration
public Output<string> TokenUrl { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Type
Declaration
public Output<string> Type { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
UsernameTemplate
Declaration
public Output<string> UsernameTemplate { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
Methods
View Source
Get an existing SocialIdp resource's state with the given name, ID, and optional extra
properties used to qualify the lookup.
Declaration
public static SocialIdp Get(string name, Input<string> id, SocialIdpState state = null, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resulting resource.
|
| Input<System.String> |
id |
The unique provider ID of the resource to lookup.
|
| SocialIdpState |
state |
Any extra arguments used during the lookup.
|
| CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Returns