Get Agreement Result
data class GetAgreementResult(val accessRole: String? = null, val agreementId: String? = null, val arn: String? = null, val baseDirectory: String? = null, val customDirectories: CustomDirectoriesProperties? = null, val description: String? = null, val enforceMessageSigning: AgreementEnforceMessageSigning? = null, val localProfileId: String? = null, val partnerProfileId: String? = null, val preserveFilename: AgreementPreserveFilename? = null, val status: AgreementStatus? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(accessRole: String? = null, agreementId: String? = null, arn: String? = null, baseDirectory: String? = null, customDirectories: CustomDirectoriesProperties? = null, description: String? = null, enforceMessageSigning: AgreementEnforceMessageSigning? = null, localProfileId: String? = null, partnerProfileId: String? = null, preserveFilename: AgreementPreserveFilename? = null, status: AgreementStatus? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Specifies the access role for the agreement.
Link copied to clipboard
A unique identifier for the agreement.
Link copied to clipboard
Specifies the base directory for the agreement.
Link copied to clipboard
Specifies a separate directory for each type of file to store for an AS2 message.
Link copied to clipboard
A textual description for the agreement.
Link copied to clipboard
Specifies whether to enforce an AS2 message is signed for this agreement.
Link copied to clipboard
A unique identifier for the local profile.
Link copied to clipboard
A unique identifier for the partner profile.
Link copied to clipboard
Specifies whether to preserve the filename received for this agreement.
Link copied to clipboard
Specifies the status of the agreement.