Class GetResourcesSearchAllPlainArgs


  • public final class GetResourcesSearchAllPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • assetTypes

        public java.util.Optional<java.util.List<java.lang.String>> assetTypes()
        Returns:
        A list of asset types that this request searches for. If empty, it will search all the [supported asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
      • query

        public java.util.Optional<java.lang.String> query()
        Returns:
        The query statement. See [how to construct a query](https://cloud.google.com/asset-inventory/docs/searching-resources#how_to_construct_a_query) for more information. If not specified or empty, it will search all the resources within the specified `scope` and `asset_types`.
      • scope

        public java.lang.String scope()
        Returns:
        A scope can be a project, a folder, or an organization. The allowed value must be: organization number (such as "organizations/123"), folder number (such as "folders/1234"), project number (such as "projects/12345") or project id (such as "projects/abc")