Databricks SDK for JavaScript
    Preparing search index...
    interface ServicePrincipalSecret {
        createTime?: string;
        expireTime?: Instant;
        id?: string;
        secret?: string;
        secretHash?: string;
        status?: string;
        updateTime?: string;
    }
    Index

    Properties

    createTime?: string

    UTC time when the secret was created

    expireTime?: Instant

    UTC time when the secret will expire. If the field is not present, the secret does not expire.

    id?: string

    ID of the secret

    secret?: string

    Secret Value

    secretHash?: string

    Secret Hash

    status?: string

    Status of the secret

    updateTime?: string

    UTC time when the secret was updated