# GoogleCredentialSpec

## object

### credential

#### [GoogleCredential](https://docs.mediakind.com/api-reference/media-api/schemas/googlecredential) Required

The credential for the Google Storage bucket.

#### Properties

- **gacmap**  from strings to string **Required**  
  Google Application Credentials in JSON format.

You can generate this from the command line with `gcloud iam service-accounts keys create key.json --iam-account=<service_account>@<project>.iam.gserviceaccount.com`
  
  Or download it from the GCP console.

- **type** enum or null **Required**  
  The type of the credential.  
  Allowed values: Microsoft.Storage, AWS.S3, Google.Storage
