Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateTemporaryVolumeCredentialRequest

    Generate volume credentials RPC

    interface GenerateTemporaryVolumeCredentialRequest {
        operation?: VolumeOperation;
        volumeId?: string;
    }
    Index

    Properties

    operation?: VolumeOperation

    The operation performed against the volume data, either READ_VOLUME or WRITE_VOLUME. If WRITE_VOLUME is specified, the credentials returned will have write permissions, otherwise, it will be read only.

    volumeId?: string

    Id of the volume to read or write.