Google Cloud Security Command Center v1 API - Class OrgPolicy (3.20.0)

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.

Inheritance

object > OrgPolicy

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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