@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface FederationCertificateStatus

    Represents the nebius.iam.v1.FederationCertificateStatus protobuf message.

    interface FederationCertificateStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.FederationCertificateStatus";
        algorithm: string;
        fingerprint: string;
        keySize: Long;
        notAfter?: Dayjs;
        notBefore?: Dayjs;
        state: FederationCertificateStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Represents the nebius.iam.v1.FederationCertificateStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.FederationCertificateStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.iam.v1.FederationCertificateStatus"

    Contains the fully qualified protobuf type name.

    algorithm: string

    Contains the algorithm protobuf field.

    fingerprint: string

    Contains the fingerprint protobuf field.

    keySize: Long

    Contains the key_size protobuf field.

    notAfter?: Dayjs

    Contains the not_after protobuf field.

    notBefore?: Dayjs

    Contains the not_before protobuf field.

    Contains the state protobuf field.