@pulumi/pulumi
    Preparing search index...

    Interface DockerImageCredentials

    Credentials for the remote execution Docker image.

    interface DockerImageCredentials {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string
    username: string