Permission$json top-level constant

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

Implementation

@$core.Deprecated('Use permissionDescriptor instead')
const Permission$json = {
  '1': 'Permission',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'title', '3': 2, '4': 1, '5': 9, '10': 'title'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
    {
      '1': 'only_in_predefined_roles',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'onlyInPredefinedRoles',
    },
    {
      '1': 'stage',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.Permission.PermissionLaunchStage',
      '10': 'stage'
    },
    {
      '1': 'custom_roles_support_level',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.Permission.CustomRolesSupportLevel',
      '10': 'customRolesSupportLevel'
    },
    {'1': 'api_disabled', '3': 7, '4': 1, '5': 8, '10': 'apiDisabled'},
    {
      '1': 'primary_permission',
      '3': 8,
      '4': 1,
      '5': 9,
      '10': 'primaryPermission'
    },
  ],
  '4': [
    Permission_PermissionLaunchStage$json,
    Permission_CustomRolesSupportLevel$json
  ],
};