12 [CollectionName(
"RemoteIdentityReferences")]
13 [Index(
"Account",
"RemoteDomain")]
17 private string objectId =
null;
31 public string ObjectId
34 set => this.objectId = value;
43 set => this.legalId = value;
51 get => this.remoteDomain;
52 set => this.remoteDomain = value;
61 set => this.account = value;
Represents a case-insensitive string.
Contains a reference to a legal identity that is used on a remote neuron for administrative purposes.
CaseInsensitiveString LegalId
Legal ID reference
RemoteIdentityReference()
Contains a reference to a legal identity that is used on a remote neuron for administrative purposes.
CaseInsensitiveString RemoteDomain
Remote domain.
CaseInsensitiveString Account
Associated account.
TypeNameSerialization
How the type name should be serialized.