Show / Hide Table of Contents

Class SecurityPolicyAssociation

Inheritance
object
SecurityPolicyAssociation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyAssociation : IDirectResponseSchema

Properties

AttachmentId

The resource that the security policy is attached to.

Declaration
[JsonProperty("attachmentId")]
public virtual string AttachmentId { get; set; }
Property Value
Type Description
string

DisplayName

[Output Only] The display name of the security policy of the association.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludedFolders

A list of folders to exclude from the security policy.

Declaration
[JsonProperty("excludedFolders")]
public virtual IList<string> ExcludedFolders { get; set; }
Property Value
Type Description
IList<string>

ExcludedProjects

A list of projects to exclude from the security policy.

Declaration
[JsonProperty("excludedProjects")]
public virtual IList<string> ExcludedProjects { get; set; }
Property Value
Type Description
IList<string>

Name

The name for an association.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SecurityPolicyId

[Output Only] The security policy ID of the association.

Declaration
[JsonProperty("securityPolicyId")]
public virtual string SecurityPolicyId { get; set; }
Property Value
Type Description
string

ShortName

[Output Only] The short name of the security policy of the association.

Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX