The currently logged-in Pulumi identity.

interface WhoAmIResult {
    organizations?: string[];
    tokenInformation?: TokenInfomation;
    url?: string;
    user: string;
}

Properties

organizations?: string[]
tokenInformation?: TokenInfomation
url?: string
user: string

Generated using TypeDoc