Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateTemporaryServiceCredentialRequest_GcpOptions

    The GCP cloud options to customize the requested temporary credential

    interface GenerateTemporaryServiceCredentialRequest_GcpOptions {
        scopes?: string[];
    }
    Index

    Properties

    Properties

    scopes?: string[]

    The scopes to which the temporary GCP credential should apply. These resources are the scopes that are passed to the token provider (see https://google-auth.readthedocs.io/en/latest/reference/google.auth.html#google.auth.credentials.Credentials)