ServiceCredentialDetailsResponse: {
    createdAt: string;
    createdBy: string;
    expirationDate?: string;
    id: string;
    name: string;
    revokedAt?: string;
    revokedBy?: string;
    scopes?: string[];
    status: "ACTIVE" | "DISABLED" | "REVOKED" | "EXPIRED";
}

Type declaration

  • createdAt: string

    Service credential created date

  • createdBy: string

    Service credential user email creator

  • OptionalexpirationDate?: string

    Service credential expire date

  • id: string

    Service credential id

  • name: string

    Service credential name

  • OptionalrevokedAt?: string

    Service credential revoked date

  • OptionalrevokedBy?: string

    Service credential user email revoked

  • Optionalscopes?: string[]

    Service credential scopes

  • status: "ACTIVE" | "DISABLED" | "REVOKED" | "EXPIRED"

    Service credential status