Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.2 KB

google_apigee_organization_envgroups.md

File metadata and controls

36 lines (25 loc) · 1.2 KB
title platform
About the google_apigee_organization_envgroups resource
gcp

Syntax

A google_apigee_organization_envgroups is used to test a Google OrganizationEnvgroup resource

Examples

    describe google_apigee_organization_envgroups(parent: 'value_parent') do
    it { should exist }
  end

Properties

Properties that can be accessed from the google_apigee_organization_envgroups resource:

See google_apigee_organization_envgroup.md for more detailed information

  • names: an array of google_apigee_organization_envgroup name
  • last_modified_ats: an array of google_apigee_organization_envgroup last_modified_at
  • hostnames: an array of google_apigee_organization_envgroup hostnames
  • states: an array of google_apigee_organization_envgroup state
  • created_ats: an array of google_apigee_organization_envgroup created_at

Filter Criteria

This resource supports all of the above properties as filter criteria, which can be used with where as a block or a method.

GCP Permissions

Ensure the Apigee API is enabled for the current project.