Class AccessApplicationState
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 AccessApplicationState : ResourceArgs
Constructors
View SourceAccessApplicationState()
Declaration
public AccessApplicationState()
Properties
View SourceAud
Application Audience (AUD) Tag of the application
Declaration
public Input<string> Aud { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
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> |