mirror of https://github.com/dapr/docs.git
Update gcp-secret-manager.md (#3671)
Signed-off-by: Sagar <sagar.lohani@gmail.com>
This commit is contained in:
parent
57e584aa7f
commit
44c0256bf8
|
@ -50,7 +50,7 @@ The above example uses secrets as plain strings. It is recommended to use a loca
|
||||||
|
|
||||||
| Field | Required | Details | Example |
|
| Field | Required | Details | Example |
|
||||||
|--------------------|:--------:|--------------------------------|---------------------|
|
|--------------------|:--------:|--------------------------------|---------------------|
|
||||||
| type | Y | The type of the account. | `"serviceAccount"` |
|
| type | Y | The type of the account. | `"service_account"` |
|
||||||
| project_id | Y | The project ID associated with this component. | `"project_id"` |
|
| project_id | Y | The project ID associated with this component. | `"project_id"` |
|
||||||
| private_key_id | N | The private key ID | `"privatekey"` |
|
| private_key_id | N | The private key ID | `"privatekey"` |
|
||||||
| client_email | Y | The client email address | `"client@example.com"` |
|
| client_email | Y | The client email address | `"client@example.com"` |
|
||||||
|
|
Loading…
Reference in New Issue