canton-api-client 3.6.0-0.1.0

Canton Ledger API rust client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AllocatePartyRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**party_id_hint** | Option<**String**> | A hint to the participant which party ID to allocate. It can be ignored. Must be a valid PartyIdString (as described in ``value.proto``).  Optional | [optional]
**local_metadata** | Option<[**models::ObjectMeta**]ObjectMeta.md> |  | [optional]
**identity_provider_id** | Option<**String**> | The id of the ``Identity Provider`` If not set, assume the party is managed by the default identity provider or party is not hosted by the participant.  Optional | [optional]
**synchronizer_id** | Option<**String**> | The synchronizer, on which the party should be allocated. For backwards compatibility, this field may be omitted, if the participant is connected to only one synchronizer. Otherwise a synchronizer must be specified.  Optional | [optional]
**user_id** | Option<**String**> | The user who will get the act_as rights to the newly allocated party. If set to an empty string (the default), no user will get rights to the party.  Optional | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)