-
- - State
- - Owner
- {selected.owner_ref}
- - Scope
- {selected.scope_ref || "Tenant"}
- - Valid from
- {formatDate(selected.valid_from)}
+
+ {formatToken(selected.kind)}
+
+ {selected.owner_ref}
+ {selected.scope_ref || "Tenant"}
+ {formatDate(selected.valid_from)}
{selected.governed_object_ref && (
- - Governed object
{selected.governed_object_ref}
+ {selected.governed_object_ref}
)}
- - Classification
- {selected.classification}
-
+
{selected.classification}
+
{selected.description &&
{selected.description}
}
@@ -1376,8 +1325,8 @@ function AssurancePane({
)}
)}
-
-