Skip to content

Secret Manager Secrets

Provider: Google Cloud
Service ID: gcp_secret_manager_secrets
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'gcp_secret_manager_secrets',
    provider: 'gcp',
    region: 'europe-west2',
    source: 'live',
    attributes: ['name', 'replication_type', 'rotation_period', 'expire_time', 'create_time']
});
</script>

<div data-sd-service="gcp_secret_manager_secrets" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'replication_type', 'rotation_period', 'expire_time', 'create_time']

All Attributes

Attribute Display Name Format Description
name Secret Name gcp_resource_name From API field: name
replication Replication gcp_replication From API field: replication
replication_type Replication Type boolean_present_label From API field: replication.automatic. Default: Automatic
create_time Created datetime From API field: createTime
expire_time Expires datetime From API field: expireTime. Default: Never
rotation_period Rotation Period text From API field: rotation.rotationPeriod. Default: None
next_rotation Next Rotation datetime From API field: rotation.nextRotationTime
version_aliases Version Aliases text From API field: versionAliases
annotations Annotations text From API field: annotations
labels Labels tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name