Show / Hide Table of Contents

Class AccessApplicationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessApplicationArgs
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 AccessApplicationArgs : ResourceArgs

Constructors

View Source

AccessApplicationArgs()

Declaration
public AccessApplicationArgs()

Properties

View Source

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>
View Source

Name

Friendly name of the Access Application.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.