Class AccessApplicationArgs
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 AccessApplicationArgs : ResourceArgs
Constructors
View SourceAccessApplicationArgs()
Declaration
public AccessApplicationArgs()
Properties
View SourceDomain
The complete URL of the asset you wish to put Cloudflare Access in front of. Can include subdomains or paths. Or both.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Friendly name of the Access Application.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SessionDuration
How often a user will be forced to
re-authorise. Must be one of 30m, 6h, 12h, 24h, 168h, 730h.
Declaration
public Input<string> SessionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The DNS zone to which the access rule should be added.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |