UpdateOrgIDPRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateOrgIDPRequestDescriptor instead')
const UpdateOrgIDPRequest$json = const {
  '1': 'UpdateOrgIDPRequest',
  '2': const [
    const {'1': 'idp_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'idpId'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'styling_type', '3': 3, '4': 1, '5': 14, '6': '.zitadel.idp.v1.IDPStylingType', '8': const {}, '10': 'stylingType'},
    const {'1': 'auto_register', '3': 4, '4': 1, '5': 8, '10': 'autoRegister'},
  ],
};