public sealed class OrgPolicy : IMessage<OrgPolicy>, IEquatable<OrgPolicy>, IDeepCloneable<OrgPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class OrgPolicy.
Contains information about the org policies associated with the finding.
Implements
IMessageOrgPolicy, IEquatableOrgPolicy, IDeepCloneableOrgPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
OrgPolicy()
public OrgPolicy()
OrgPolicy(OrgPolicy)
public OrgPolicy(OrgPolicy other)
Parameter | |
---|---|
Name | Description |
other |
OrgPolicy |
Properties
Name
public string Name { get; set; }
The resource name of the org policy. Example: "organizations/{organization_id}/policies/{constraint_name}"
Property Value | |
---|---|
Type | Description |
string |
PolicyName
public PolicyName PolicyName { get; set; }
PolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PolicyName |