Show / Hide Table of Contents

Class OauthApp

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

Constructors

View Source

OauthApp(String, OauthAppArgs, CustomResourceOptions)

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

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

The unique name of the resource

OauthAppArgs 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

AutoKeyRotation

Requested key rotation mode.

Declaration
public Output<bool?> AutoKeyRotation { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

AutoSubmitToolbar

Display auto submit toolbar

Declaration
public Output<bool?> AutoSubmitToolbar { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

ClientBasicSecret

OAuth client secret key, this can be set when token_endpoint_auth_method is client_secret_basic.

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

ClientId

OAuth client ID.

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

ClientSecret

OAuth client secret key. This will be in plain text in your statefile unless you set omit_secret above.

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

ClientUri

URI to a web page providing information about the client.

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

ConsentMethod

Early Access Property. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED

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

CustomClientId

This property allows you to set your client_id.

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

GrantTypes

List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type.

Declaration
public Output<ImmutableArray<string>> GrantTypes { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Groups

Groups associated with the application

Declaration
public Output<ImmutableArray<string>> Groups { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

HideIos

Do not display application icon on mobile app

Declaration
public Output<bool?> HideIos { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

HideWeb

Do not display application icon to users

Declaration
public Output<bool?> HideWeb { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

IssuerMode

Early Access Property. Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client.

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

Label

Pretty name of app.

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

LoginUri

URI that initiates login.

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

LogoUri

URI that references a logo for the client.

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

Name

name of app.

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

OmitSecret

This tells the provider not to persist the application's secret to state. If this is ever changes from true => false your app will be recreated.

Declaration
public Output<bool?> OmitSecret { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

PolicyUri

Early Access Property. URI to web page providing client policy document.

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

PostLogoutRedirectUris

List of URIs for redirection after logout

Declaration
public Output<ImmutableArray<string>> PostLogoutRedirectUris { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Profile

Custom JSON that represents an OAuth application's profile

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

RedirectUris

List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way.

Declaration
public Output<ImmutableArray<string>> RedirectUris { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

ResponseTypes

List of OAuth 2.0 response type strings.

Declaration
public Output<ImmutableArray<string>> ResponseTypes { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

SignOnMode

Sign on mode of application.

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

Status

Status of application.

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

TokenEndpointAuthMethod

Requested authentication method for the token endpoint.

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

TosUri

Early Access Property. URI to web page providing client tos (terms of service).

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

Type

The type of client application.

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

Users

Users associated with the application

Declaration
public Output<ImmutableArray<OauthAppUser>> Users { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<OauthAppUser>>

Methods

View Source

Get(String, Input<String>, OauthAppState, CustomResourceOptions)

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

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

OauthAppState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

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