IDPOwnerType$json top-level constant

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

Implementation

@$core.Deprecated('Use iDPOwnerTypeDescriptor instead')
const IDPOwnerType$json = const {
  '1': 'IDPOwnerType',
  '2': const [
    const {'1': 'IDP_OWNER_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'IDP_OWNER_TYPE_SYSTEM', '2': 1},
    const {'1': 'IDP_OWNER_TYPE_ORG', '2': 2},
  ],
};