Security Command Center v2 API - Class OrgPolicy (1.0.0-beta01)

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.

Inheritance

object > OrgPolicy

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

OrgPolicy()

public OrgPolicy()

OrgPolicy(OrgPolicy)

public OrgPolicy(OrgPolicy other)
Parameter
NameDescription
otherOrgPolicy

Properties

Name

public string Name { get; set; }

The resource name of the org policy. Example: "organizations/{organization_id}/policies/{constraint_name}"

Property Value
TypeDescription
string

PolicyName

public PolicyName PolicyName { get; set; }

PolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyName