UserGrant$json top-level constant
Implementation
@$core.Deprecated('Use userGrantDescriptor instead')
const UserGrant$json = {
'1': 'UserGrant',
'2': [
{'1': 'org_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'orgId'},
{'1': 'project_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
{'1': 'user_id', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'userId'},
{'1': 'roles', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'roles'},
{'1': 'org_name', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'orgName'},
{'1': 'grant_id', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'grantId'},
{
'1': 'details',
'3': 7,
'4': 1,
'5': 11,
'6': '.zitadel.v1.ObjectDetails',
'10': 'details'
},
{'1': 'org_domain', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'orgDomain'},
{'1': 'project_name', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'projectName'},
{
'1': 'project_grant_id',
'3': 10,
'4': 1,
'5': 9,
'8': {},
'10': 'projectGrantId'
},
{'1': 'role_keys', '3': 11, '4': 3, '5': 9, '8': {}, '10': 'roleKeys'},
{
'1': 'user_type',
'3': 12,
'4': 1,
'5': 14,
'6': '.zitadel.user.v1.Type',
'8': {},
'10': 'userType'
},
{
'1': 'state',
'3': 13,
'4': 1,
'5': 14,
'6': '.zitadel.user.v1.UserGrantState',
'8': {},
'10': 'state'
},
],
};