1. Packages
  2. Packages
  3. Avi Provider
  4. API Docs
  5. getCertjwtstore
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Certjwtstore” sidebar_current: “docs-avi-datasource-certjwtstore” description: |- Get information of Avi CertJwtStore.

    avi.Certjwtstore

    This data source is used to to get avi.Certjwtstore objects.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      fooCertjwtstore:
        fn::invoke:
          function: avi:getCertjwtstore
          arguments:
            uuid: certjwtstore-f9cf6b3e-a411-436f-95e2-2982ba2b217b
            name: foo
    
    Example coming soon!
    

    Using getCertjwtstore

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCertjwtstore(args: GetCertjwtstoreArgs, opts?: InvokeOptions): Promise<GetCertjwtstoreResult>
    function getCertjwtstoreOutput(args: GetCertjwtstoreOutputArgs, opts?: InvokeOptions): Output<GetCertjwtstoreResult>
    def get_certjwtstore(id: Optional[str] = None,
                         uuid: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCertjwtstoreResult
    def get_certjwtstore_output(id: pulumi.Input[Optional[str]] = None,
                         uuid: pulumi.Input[Optional[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCertjwtstoreResult]
    func LookupCertjwtstore(ctx *Context, args *LookupCertjwtstoreArgs, opts ...InvokeOption) (*LookupCertjwtstoreResult, error)
    func LookupCertjwtstoreOutput(ctx *Context, args *LookupCertjwtstoreOutputArgs, opts ...InvokeOption) LookupCertjwtstoreResultOutput

    > Note: This function is named LookupCertjwtstore in the Go SDK.

    public static class GetCertjwtstore 
    {
        public static Task<GetCertjwtstoreResult> InvokeAsync(GetCertjwtstoreArgs args, InvokeOptions? opts = null)
        public static Output<GetCertjwtstoreResult> Invoke(GetCertjwtstoreInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCertjwtstoreResult> getCertjwtstore(GetCertjwtstoreArgs args, InvokeOptions options)
    public static Output<GetCertjwtstoreResult> getCertjwtstore(GetCertjwtstoreArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getCertjwtstore:getCertjwtstore
      arguments:
        # arguments dictionary
    data "avi_getcertjwtstore" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uuid string
    Search CertJwtStore by uuid.
    Id string
    Uuid string
    Search CertJwtStore by uuid.
    id string
    uuid string
    Search CertJwtStore by uuid.
    id String
    uuid String
    Search CertJwtStore by uuid.
    id string
    uuid string
    Search CertJwtStore by uuid.
    id str
    uuid str
    Search CertJwtStore by uuid.
    id String
    uuid String
    Search CertJwtStore by uuid.

    getCertjwtstore Result

    The following output properties are available:

    ConfigpbAttributes List<GetCertjwtstoreConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    Jwt string
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Key string
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    KeyPassphrase string
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Kid string
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    LastRotatedAts List<GetCertjwtstoreLastRotatedAt>
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PublicKeyAlgorithm string
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes []GetCertjwtstoreConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    Jwt string
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Key string
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    KeyPassphrase string
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Kid string
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    LastRotatedAts []GetCertjwtstoreLastRotatedAt
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PublicKeyAlgorithm string
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes list(object)
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id string
    jwt string
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key string
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key_passphrase string
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    kid string
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    last_rotated_ats list(object)
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    public_key_algorithm string
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type string
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<GetCertjwtstoreConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    jwt String
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key String
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    keyPassphrase String
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    kid String
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastRotatedAts List<GetCertjwtstoreLastRotatedAt>
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    publicKeyAlgorithm String
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes GetCertjwtstoreConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id string
    jwt string
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key string
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    keyPassphrase string
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    kid string
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastRotatedAts GetCertjwtstoreLastRotatedAt[]
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    publicKeyAlgorithm string
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type string
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes Sequence[GetCertjwtstoreConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id str
    jwt str
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key str
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key_passphrase str
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    kid str
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    last_rotated_ats Sequence[GetCertjwtstoreLastRotatedAt]
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    public_key_algorithm str
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type str
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 32.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    jwt String
    Jwt containing current portal certificate along with the full certificate bundle chain, signed by the private key of previous portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    key String
    Private key. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    keyPassphrase String
    Private key passphrase. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    kid String
    Sha256 thumbprint of the previous old portal certificate. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastRotatedAts List<Property Map>
    Timestamp of certificate rotation. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    publicKeyAlgorithm String
    Public key algorithm. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of ssl certificate. Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA, SSL_CERTIFICATE_TYPE_CLIENT, SSL_CERTIFICATE_TYPE_SECURE_CHANNEL. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of jwt. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    GetCertjwtstoreConfigpbAttribute

    CreatedBy string
    Version string
    CreatedBy string
    Version string
    created_by string
    version string
    createdBy String
    version String
    createdBy string
    version string
    createdBy String
    version String

    GetCertjwtstoreLastRotatedAt

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs string
    usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    Viewing docs for avi 32.1.1
    published on Tuesday, May 19, 2026 by vmware

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial