Class AccessPolicyArgs
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 AccessPolicyArgs : ResourceArgs
Constructors
View SourceAccessPolicyArgs()
Declaration
public AccessPolicyArgs()
Properties
View SourceApplicationId
The ID of the application the policy is associated with.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Excludes
A series of access conditions, see Access Groups.
Declaration
public InputList<AccessPolicyExcludeArgs> Excludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessPolicyExcludeArgs> |
Includes
A series of access conditions, see Access Groups.
Declaration
public InputList<AccessPolicyIncludeArgs> Includes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessPolicyIncludeArgs> |
Name
Friendly name of the Access Application.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Requires
A series of access conditions, see Access Groups.
Declaration
public InputList<AccessPolicyRequireArgs> Requires { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessPolicyRequireArgs> |
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> |