Argo CD API Client
    Preparing search index...

    Interface ArgoCdAccountCreateTokenRequest

    Request body for creating an account token.

    interface ArgoCdAccountCreateTokenRequest {
        expiresIn?: string;
        id?: string;
    }
    Index

    Properties

    Properties

    expiresIn?: string

    Go duration string ("24h", "1h30m", "0" for no expiry).

    id?: string

    Optional token identifier / name.