3.1.1.12.1.4 InterdomainTrustAccountDescription
-
type InterdomainTrustAccountDescription = [ Guid: GUID, ParentDNFromDomainDN: DN, ExistingFlatName: FlatName NewFlatName: FlatName ]
An InterdomainTrustAccountDescription is a description of a specific interdomain trust account object (see section 6.1.6.8) stored in the directory and the changes to be performed as part of the NC Rename operation. Instances of InterdomainTrustAccountDescription exist as members of the InterdomainTrustAccounts field of the DomainDescription tuple (section 3.1.1.12.1.8).
GUID: Holds the value of the objectGUID attribute of the object. The value of this field is unique across all instances of InterdomainTrustAccountDescription.
ParentDNFromDomainDN: Holds the DN that, when prepended to the ExistingDN field of the instance of the DomainDescription tuple that contains this instance of an InterdomainTrustAccountDescription as an element of the InterdomainTrustAccounts field (section 3.1.1.12.1.7), results in the DN of the object that is the parent of the interdomain trust account object.
ExistingFlatName: Holds the value of the sAMAccountName attribute of the object. The value of this field is unique across all instances of InterdomainTrustAccountDescription.
NewFlatName: Holds the value to which the sAMAccountName attribute on the object is to be set as part of the NC Rename operation. The value of this field is unique across all instances of InterdomainTrustAccountDescription. This value is a valid SAM account name.