@pulumi/pulumi
    Preparing search index...

    Interface WhoAmIResult

    The currently logged-in Pulumi identity.

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

    Properties

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