DenyRule$json top-level constant

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

Implementation

@$core.Deprecated('Use denyRuleDescriptor instead')
const DenyRule$json = {
  '1': 'DenyRule',
  '2': [
    {
      '1': 'denied_principals',
      '3': 1,
      '4': 3,
      '5': 9,
      '10': 'deniedPrincipals'
    },
    {
      '1': 'exception_principals',
      '3': 2,
      '4': 3,
      '5': 9,
      '10': 'exceptionPrincipals'
    },
    {
      '1': 'denied_permissions',
      '3': 3,
      '4': 3,
      '5': 9,
      '10': 'deniedPermissions'
    },
    {
      '1': 'exception_permissions',
      '3': 4,
      '4': 3,
      '5': 9,
      '10': 'exceptionPermissions'
    },
    {
      '1': 'denial_condition',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.type.Expr',
      '10': 'denialCondition'
    },
  ],
};