pub struct GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource {
pub asset_type: Option<String>,
pub effective_tags: Option<Vec<EffectiveTagDetails>>,
pub folders: Option<Vec<String>>,
pub full_resource_name: Option<String>,
pub organization: Option<String>,
pub parent: Option<String>,
pub project: Option<String>,
}Expand description
The Google Cloud resources governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.
This type is not used in any activity, and only used as part of another schema.
Fields§
§asset_type: Option<String>The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name Example: cloudresourcemanager.googleapis.com/Project See Cloud Asset Inventory Supported Asset Types for all supported asset types.
The effective tags on this resource.
folders: Option<Vec<String>>The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.
full_resource_name: Option<String>The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the Google Cloud resource.
organization: Option<String>The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.
parent: Option<String>The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the parent of AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name.
project: Option<String>The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.
Trait Implementations§
Source§impl Clone for GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
impl Clone for GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
Source§fn clone(
&self,
) -> GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
fn clone( &self, ) -> GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more