public sealed class OrgPolicy : IMessage<OrgPolicy>, IEquatable<OrgPolicy>, IDeepCloneable<OrgPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class OrgPolicy.
Contains information about the org policies associated with the finding.
Implements
IMessageOrgPolicy, IEquatableOrgPolicy, IDeepCloneableOrgPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |