Google ACE Configuring access and security • Complete Question Bank
Complete Google ACE Configuring access and security question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Frequently accessed data
Data accessed less than once a month
Data accessed less than once a quarter
Data accessed less than once a year
Automatically transitions objects to optimal class
Drag a concept onto its matching description — or click a concept then click the description.
Key management service for encryption
Hardware security module for key storage
Security perimeters to prevent data exfiltration
Web application firewall and DDoS protection
Centralized security and risk management platform
serviceAccounts:
- email: '123456789-compute@developer.gserviceaccount.com'
scopes:
- 'https://www.googleapis.com/auth/devstorage.read_only'
- 'https://www.googleapis.com/auth/logging.write'
- 'https://www.googleapis.com/auth/pubsub'{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": [
"allAuthenticatedUsers"
]
}
]
}ERROR: (gcloud.deployment-manager.deployments.create) The user does not have permission to use service account 'my-sa@project.iam.gserviceaccount.com'. Required 'iam.serviceAccounts.actAs' permission.
Refer to the exhibit.
{
"bindings": [
{
"role": "roles/pubsub.editor",
"members": ["user:alice@example.com"],
"condition": {
"title": "only_us_central1",
"expression": "resource.location == 'us-central1'"
}
}
]
}