Get Integration Account Agreement Result
data class GetIntegrationAccountAgreementResult(val agreementType: String, val azureApiVersion: String, val changedTime: String, val content: AgreementContentResponse, val createdTime: String, val guestIdentity: BusinessIdentityResponse, val guestPartner: String, val hostIdentity: BusinessIdentityResponse, val hostPartner: String, val id: String, val location: String? = null, val metadata: Any? = null, val name: String, val tags: Map<String, String>? = null, val type: String)
The integration account agreement.
Constructors
Link copied to clipboard
constructor(agreementType: String, azureApiVersion: String, changedTime: String, content: AgreementContentResponse, createdTime: String, guestIdentity: BusinessIdentityResponse, guestPartner: String, hostIdentity: BusinessIdentityResponse, hostPartner: String, id: String, location: String? = null, metadata: Any? = null, name: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The agreement type.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The changed time.
Link copied to clipboard
The agreement content.
Link copied to clipboard
The created time.
Link copied to clipboard
The business identity of the guest partner.
Link copied to clipboard
The integration account partner that is set as guest partner for this agreement.
Link copied to clipboard
The business identity of the host partner.
Link copied to clipboard
The integration account partner that is set as host partner for this agreement.