Interface LocalAccessCredentialReceiptExperimental

interface LocalAccessCredentialReceipt {
    canAuthenticate: true;
    effectiveGrants: readonly string[];
    id: string;
    name: string;
    provisioned: boolean;
    referenceDigestSha256: string;
    referenceType: "private-env-file";
    requestedGrants: readonly string[];
    status: "active";
}

Properties

canAuthenticate
effectiveGrants: readonly string[]
id: string
name: string
provisioned: boolean
referenceDigestSha256: string
referenceType
requestedGrants: readonly string[]
status