Show / Hide Table of Contents

Class SamlIdp

Inheritance
System.Object
Resource
CustomResource
SamlIdp
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 SamlIdp : CustomResource

Constructors

View Source

SamlIdp(String, SamlIdpArgs, CustomResourceOptions)

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

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

The unique name of the resource

SamlIdpArgs 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

Audience

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

Issuer

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

Kid

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

Name

name of idp

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

NameFormat

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

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

SsoBinding

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

SsoDestination

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

SsoUrl

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

Status

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

SubjectFilter

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

SubjectFormats

Declaration
public Output<ImmutableArray<string>> SubjectFormats { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<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

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(String, Input<String>, SamlIdpState, CustomResourceOptions)

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

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

SamlIdpState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

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