Show / Hide Table of Contents

Class AccessIdentityProviderConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessIdentityProviderConfigArgs
Inherited Members
ResourceArgs.Empty
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessIdentityProviderConfigArgs : ResourceArgs

Constructors

View Source

AccessIdentityProviderConfigArgs()

Declaration
public AccessIdentityProviderConfigArgs()

Properties

View Source

AppsDomain

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

Attributes

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

AuthUrl

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

CentrifyAccount

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

CentrifyAppId

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

CertsUrl

Declaration
public Input<string> CertsUrl { get; set; }
Property Value
Type Description
Input<System.String>
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

DirectoryId

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

EmailAttributeName

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

IdpPublicCert

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

IssuerUrl

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

OktaAccount

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

OneloginAccount

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

RedirectUrl

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

SignRequest

Declaration
public Input<bool> SignRequest { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SsoTargetUrl

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

SupportGroups

Declaration
public Input<bool> SupportGroups { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TokenUrl

Declaration
public Input<string> TokenUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.