Class: DatadogAPIClient::V2::GCPServiceAccountMeta

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/gcp_service_account_meta.rb

Overview

Additional information related to your service account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#accessible_projectsObject

The current list of projects accessible from your service account.



25
26
27
# File 'lib/datadog_api_client/v2/models/gcp_service_account_meta.rb', line 25

def accessible_projects
  @accessible_projects
end