PolicyRule$json top-level constant

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

Implementation

@$core.Deprecated('Use policyRuleDescriptor instead')
const PolicyRule$json = {
  '1': 'PolicyRule',
  '2': [
    {
      '1': 'deny_rule',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.iam.v2.DenyRule',
      '9': 0,
      '10': 'denyRule'
    },
    {'1': 'description', '3': 1, '4': 1, '5': 9, '10': 'description'},
  ],
  '8': [
    {'1': 'kind'},
  ],
};