Class SecurityPolicyAssociation
Implements
Inherited Members
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 |