Trust class
Describes a trust relationship between an AWS Managed Microsoft AD directory and an external domain.
Constructors
- Trust({DateTime? createdDateTime, String? directoryId, DateTime? lastUpdatedDateTime, String? remoteDomainName, SelectiveAuth? selectiveAuth, DateTime? stateLastUpdatedDateTime, TrustDirection? trustDirection, String? trustId, TrustState? trustState, String? trustStateReason, TrustType? trustType})
-
Trust.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDateTime → DateTime?
-
The date and time that the trust relationship was created.
final
- directoryId → String?
-
The Directory ID of the AWS directory involved in the trust relationship.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The date and time that the trust relationship was last updated.
final
- remoteDomainName → String?
-
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectiveAuth → SelectiveAuth?
-
Current state of selective authentication for the trust.
final
- stateLastUpdatedDateTime → DateTime?
-
The date and time that the TrustState was last updated.
final
- trustDirection → TrustDirection?
-
The trust relationship direction.
final
- trustId → String?
-
The unique ID of the trust relationship.
final
- trustState → TrustState?
-
The trust relationship state.
final
- trustStateReason → String?
-
The reason for the TrustState.
final
- trustType → TrustType?
-
The trust relationship type.
Forest
is the default.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited