Class OrganizationSecurityPoliciesResource.ListAssociationsRequest
Lists associations of a specified target, i.e., organization or folder. Use this API to read Cloud Armor policies. Previously, alpha and beta versions of this API were used to read firewall policies. This usage is now disabled for most organizations. Use firewallPolicies.listAssociations instead.
Inheritance
OrganizationSecurityPoliciesResource.ListAssociationsRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class OrganizationSecurityPoliciesResource.ListAssociationsRequest : ComputeBaseServiceRequest<OrganizationSecurityPoliciesListAssociationsResponse>, IClientServiceRequest<OrganizationSecurityPoliciesListAssociationsResponse>, IClientServiceRequest
Constructors
ListAssociationsRequest(IClientService)
Constructs a new ListAssociations request.
Declaration
public ListAssociationsRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
TargetResource
The target resource to list associations. It is an organization, or a folder.
Declaration
[RequestParameter("targetResource", RequestParameterType.Query)]
public virtual string TargetResource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes ListAssociations parameter list.
Declaration
protected override void InitParameters()