Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
xos
/
504cc97ea782ed36f4e8c36832e40e1059fcd331
/
.
/
xos
/
core
/
models
/
tenantrootrole.xproto
blob: 87346ac914e0de4cdadbe5989e231fa1418a926a [
file
] [
log
] [
blame
]
message
TenantRootRole
(
PlCoreBase
){
required
string
role
=
1
[
choices
=
"(('admin', 'Admin'), ('access', 'Access'))"
,
max_length
=
30
,
content_type
=
"stripped"
,
blank
=
False
,
null
=
False
,
db_index
=
False
];
}