Class AccessIdentityProviderState
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 AccessIdentityProviderState : ResourceArgs
Constructors
View SourceAccessIdentityProviderState()
Declaration
public AccessIdentityProviderState()
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<AccessIdentityProviderConfigGetArgs> Configs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessIdentityProviderConfigGetArgs> |
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> |