@restorecommerce/protos 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,7 +35,7 @@ message RoleAssociation {
|
|
|
35
35
|
string role = 1; // role ID
|
|
36
36
|
repeated io.restorecommerce.attribute.Attribute attributes = 2; // useful attributes for RBAC/ABAC like organizational scope
|
|
37
37
|
string id = 3; // identifier for role_association
|
|
38
|
-
double created =
|
|
38
|
+
double created = 4; // timestamp when the role was created
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
message HierarchicalScopesRequest {
|