Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 446 Bytes

File metadata and controls

22 lines (16 loc) · 446 Bytes

Akeyless::GCPPayload

Properties

Name Type Description Notes
gcp_credentials_json String [optional]
project_id String [optional]
use_gw_cloud_identity Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::GCPPayload.new(
  gcp_credentials_json: null,
  project_id: null,
  use_gw_cloud_identity: null
)