Class AccessGroupState
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 AccessGroupState : ResourceArgs
Constructors
View SourceAccessGroupState()
Declaration
public AccessGroupState()
Properties
View SourceAccountId
The ID of the account the group is associated with.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Excludes
A series of access conditions, see below for full list.
Declaration
public InputList<AccessGroupExcludeGetArgs> Excludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessGroupExcludeGetArgs> |
Includes
A series of access conditions, see below for full list.
Declaration
public InputList<AccessGroupIncludeGetArgs> Includes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessGroupIncludeGetArgs> |
Name
Friendly name of the Access Group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Requires
A series of access conditions, see below for full list.
Declaration
public InputList<AccessGroupRequireGetArgs> Requires { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessGroupRequireGetArgs> |