Class AccessIdentityProviderArgs
Inherited Members
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 SourceAccessIdentityProviderArgs()
Declaration
public AccessIdentityProviderArgs()
Properties
View SourceAccountId
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Configs
Provider configuration from the [developer documentation][access_identity_provider_guide].
Declaration
public InputList<AccessIdentityProviderConfigArgs> Configs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessIdentityProviderConfigArgs> |
Name
Friendly name of the Access Identity Provider configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The provider type to use. Must be one of: "centrify",
"facebook", "google-apps", "oidc", "github", "google", "saml",
"linkedin", "azureAD", "okta", "onetimepin", "onelogin", "yandex".
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |