Trust
public struct Trust : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the trust relationship was created.
Declaration
Swift
public let createdDateTime: TimeStamp?
-
The Directory ID of the AWS directory involved in the trust relationship.
Declaration
Swift
public let directoryId: String?
-
The date and time that the trust relationship was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
Declaration
Swift
public let remoteDomainName: String?
-
Current state of selective authentication for the trust.
Declaration
Swift
public let selectiveAuth: SelectiveAuth?
-
The date and time that the TrustState was last updated.
Declaration
Swift
public let stateLastUpdatedDateTime: TimeStamp?
-
The trust relationship direction.
Declaration
Swift
public let trustDirection: TrustDirection?
-
The unique ID of the trust relationship.
Declaration
Swift
public let trustId: String?
-
The trust relationship state.
Declaration
Swift
public let trustState: TrustState?
-
The reason for the TrustState.
Declaration
Swift
public let trustStateReason: String?
-
The trust relationship type. Forest is the default.
Declaration
Swift
public let trustType: TrustType?
-
init(createdDateTime:directoryId:lastUpdatedDateTime:remoteDomainName:selectiveAuth:stateLastUpdatedDateTime:trustDirection:trustId:trustState:trustStateReason:trustType:)
Undocumented
Declaration
Swift
public init(createdDateTime: TimeStamp? = nil, directoryId: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, remoteDomainName: String? = nil, selectiveAuth: SelectiveAuth? = nil, stateLastUpdatedDateTime: TimeStamp? = nil, trustDirection: TrustDirection? = nil, trustId: String? = nil, trustState: TrustState? = nil, trustStateReason: String? = nil, trustType: TrustType? = nil)