Viam SDK
    Preparing search index...

    Enumeration SharedSecret_State

    from enum viam.app.v1.SharedSecret.State

    Index

    Enumeration Members

    Enumeration Members

    DISABLED: 2

    Secret is disabled and must not be used to authenticate to rpc.

    from enum value: STATE_DISABLED = 2;

    ENABLED: 1

    Secret is enabled and can be used in authentication.

    from enum value: STATE_ENABLED = 1;

    UNSPECIFIED: 0

    from enum value: STATE_UNSPECIFIED = 0;