Class OrganizationSecurityPoliciesListAssociationsResponse
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class OrganizationSecurityPoliciesListAssociationsResponse : IDirectResponseSchema
Properties
Associations
A list of associations.
Declaration
[JsonProperty("associations")]
public virtual IList<SecurityPolicyAssociation> Associations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SecurityPolicyAssociation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Output only. [Output Only] Type of securityPolicy associations. Alwayscompute#organizationSecurityPoliciesListAssociations for lists of securityPolicy associations.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |