dk.sdu.cloud.provider.api.ProvidersRequestApprovalResponse.RequiresSignature

UCloud Developer Guide / Accounting and Project Management / Providers

ProvidersRequestApprovalResponse.RequiresSignature

Response type used as part of the approval process

data class RequiresSignature(
    val token: String,
    val type: String /* "requires_signature" */,
)
Properties

Last updated