Show / Hide Table of Contents

Class AccessIdentityProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessIdentityProviderArgs
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
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessIdentityProviderArgs : ResourceArgs

Constructors

View Source

AccessIdentityProviderArgs()

Declaration
public AccessIdentityProviderArgs()

Properties

View Source

AccountId

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

Configs

Provider configuration from the [developer documentation][access_identity_provider_guide].

Declaration
public InputList<AccessIdentityProviderConfigArgs> Configs { get; set; }
Property Value
Type Description
InputList<AccessIdentityProviderConfigArgs>
View Source

Name

Friendly name of the Access Identity Provider configuration.

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

Type

The provider type to use. Must be one of: &quot;centrify&quot;, &quot;facebook&quot;, &quot;google-apps&quot;, &quot;oidc&quot;, &quot;github&quot;, &quot;google&quot;, &quot;saml&quot;, &quot;linkedin&quot;, &quot;azureAD&quot;, &quot;okta&quot;, &quot;onetimepin&quot;, &quot;onelogin&quot;, &quot;yandex&quot;.

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