Databricks SDK for JavaScript
    Preparing search index...
    interface Credentials {
        accountId?: string;
        cloudCredentials?: {
            $case: "awsCredentials";
            awsCredentials: AwsCredentials;
        };
        creationTime?: bigint;
        credentialsId?: string;
        credentialsName?: string;
    }
    Index

    Properties

    accountId?: string

    The account ID that hosts the credential.

    cloudCredentials?: { $case: "awsCredentials"; awsCredentials: AwsCredentials }

    (-- NOTE(austin) This oneof is a future-looking definition when we add other clouds --)

    creationTime?: bigint

    Time in epoch milliseconds when the credential was created.

    credentialsId?: string

    credential configuration ID.

    credentialsName?: string

    The human-readable name of the credential configuration object.