Show / Hide Table of Contents

Class AccessPolicyState

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

Constructors

View Source

AccessPolicyState()

Declaration
public AccessPolicyState()

Properties

View Source

ApplicationId

The ID of the application the policy is associated with.

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

Decision

Defines the action Access will take if the policy matches the user. Allowed values: allow, deny, non_identity, bypass

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

Excludes

A series of access conditions, see Access Groups.

Declaration
public InputList<AccessPolicyExcludeGetArgs> Excludes { get; set; }
Property Value
Type Description
InputList<AccessPolicyExcludeGetArgs>
View Source

Includes

A series of access conditions, see Access Groups.

Declaration
public InputList<AccessPolicyIncludeGetArgs> Includes { get; set; }
Property Value
Type Description
InputList<AccessPolicyIncludeGetArgs>
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

Precedence

The unique precedence for policies on a single application. Integer.

Declaration
public Input<int> Precedence { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Requires

A series of access conditions, see Access Groups.

Declaration
public InputList<AccessPolicyRequireGetArgs> Requires { get; set; }
Property Value
Type Description
InputList<AccessPolicyRequireGetArgs>
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.