Class OrgPolicyResult
The organization policy result to the query.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class OrgPolicyResult : IDirectResponseSchema
Properties
ConsolidatedPolicy
The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating policy_bundle. The evaluation will respect the organization policy hierarchy rules.
Declaration
[JsonProperty("consolidatedPolicy")]
public virtual AnalyzerOrgPolicy ConsolidatedPolicy { get; set; }
Property Value
Type | Description |
---|---|
AnalyzerOrgPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Folders
The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.
Declaration
[JsonProperty("folders")]
public virtual IList<string> Folders { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Organization
The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.
Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyBundle
The ordered list of all organization policies from the consolidated_policy.attached_resource. to the scope specified in the request. If the constraint is defined with default policy, it will also appear in the list.
Declaration
[JsonProperty("policyBundle")]
public virtual IList<AnalyzerOrgPolicy> PolicyBundle { get; set; }
Property Value
Type | Description |
---|---|
IList<AnalyzerOrgPolicy> |
Project
The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |