UserGrant$json top-level constant

  1. @Deprecated('Use userGrantDescriptor instead')
Map<String, Object> const UserGrant$json

Implementation

@$core.Deprecated('Use userGrantDescriptor instead')
const UserGrant$json = const {
  '1': 'UserGrant',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
    const {'1': 'details', '3': 2, '4': 1, '5': 11, '6': '.zitadel.v1.ObjectDetails', '10': 'details'},
    const {'1': 'role_keys', '3': 3, '4': 3, '5': 9, '8': const {}, '10': 'roleKeys'},
    const {'1': 'state', '3': 4, '4': 1, '5': 14, '6': '.zitadel.user.v1.UserGrantState', '8': const {}, '10': 'state'},
    const {'1': 'user_id', '3': 5, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'user_name', '3': 6, '4': 1, '5': 9, '8': const {}, '10': 'userName'},
    const {'1': 'first_name', '3': 7, '4': 1, '5': 9, '8': const {}, '10': 'firstName'},
    const {'1': 'last_name', '3': 8, '4': 1, '5': 9, '8': const {}, '10': 'lastName'},
    const {'1': 'email', '3': 9, '4': 1, '5': 9, '8': const {}, '10': 'email'},
    const {'1': 'display_name', '3': 10, '4': 1, '5': 9, '8': const {}, '10': 'displayName'},
    const {'1': 'org_id', '3': 11, '4': 1, '5': 9, '8': const {}, '10': 'orgId'},
    const {'1': 'org_name', '3': 12, '4': 1, '5': 9, '8': const {}, '10': 'orgName'},
    const {'1': 'org_domain', '3': 13, '4': 1, '5': 9, '8': const {}, '10': 'orgDomain'},
    const {'1': 'project_id', '3': 14, '4': 1, '5': 9, '8': const {}, '10': 'projectId'},
    const {'1': 'project_name', '3': 15, '4': 1, '5': 9, '8': const {}, '10': 'projectName'},
    const {'1': 'project_grant_id', '3': 16, '4': 1, '5': 9, '8': const {}, '10': 'projectGrantId'},
    const {'1': 'avatar_url', '3': 17, '4': 1, '5': 9, '8': const {}, '10': 'avatarUrl'},
    const {'1': 'preferred_login_name', '3': 18, '4': 1, '5': 9, '8': const {}, '10': 'preferredLoginName'},
    const {'1': 'user_type', '3': 19, '4': 1, '5': 14, '6': '.zitadel.user.v1.Type', '8': const {}, '10': 'userType'},
  ],
};