Show / Hide Table of Contents

Class Idp

Inheritance
System.Object
Resource
CustomResource
Idp
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Idp : CustomResource

Constructors

View Source

Idp(String, IdpArgs, CustomResourceOptions)

Create a Idp resource with the given unique name, arguments, and options.

Declaration
public Idp(string name, IdpArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

IdpArgs 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

AcsBinding

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

AcsType

Declaration
public Output<string> AcsType { get; }
Property Value
Type Description
Output<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

IssuerUrl

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

JwksBinding

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

JwksUrl

Declaration
public Output<string> JwksUrl { 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

name of idp

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

UserInfoBinding

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

UserInfoUrl

Declaration
public Output<string> UserInfoUrl { 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(String, Input<String>, IdpState, CustomResourceOptions)

Get an existing Idp resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Idp Get(string name, Input<string> id, IdpState 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.

IdpState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Idp
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.