{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block content %}
| {% trans "Object" %} | {{ object.assigned_object|linkify|placeholder }} |
|---|---|
| {% trans "Object type" %} | {{ object.object_type.app_labeled_name }} |
| {% trans "Type" %} | {{ object.secret_type|linkify }} |
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
{% trans "You do not have permission to reveal this secret's value." %}
{% endif %}| {% trans "ARN" %} | {{ object.arn|placeholder }} |
|---|---|
| {% trans "Version" %} | {{ object.version_id|placeholder }} |
| {% trans "Last written" %} | {{ object.last_written|placeholder }} |
| {% trans "Written by" %} | {{ object.last_written_by|placeholder }} |
{% trans "A previous version exists. Someone with permission to change but not to reveal this secret can overwrite a value they cannot read; this restores the version before the last write." %}