avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getSslkeyandcertificate
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Sslkeyandcertificate” sidebar_current: “docs-avi-datasource-sslkeyandcertificate” description: |- Get information of Avi SSLKeyAndCertificate.
avi.Sslkeyandcertificate
This data source is used to to get avi.Sslkeyandcertificate objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooSslkeyandcertificate = avi.getSslkeyandcertificate({
name: "foo",
uuid: "sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_sslkeyandcertificate = avi.get_sslkeyandcertificate(name="foo",
uuid="sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupSslkeyandcertificate(ctx, &avi.LookupSslkeyandcertificateArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooSslkeyandcertificate = Avi.GetSslkeyandcertificate.Invoke(new()
{
Name = "foo",
Uuid = "sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetSslkeyandcertificateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooSslkeyandcertificate = AviFunctions.getSslkeyandcertificate(GetSslkeyandcertificateArgs.builder()
.name("foo")
.uuid("sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooSslkeyandcertificate:
fn::invoke:
function: avi:getSslkeyandcertificate
arguments:
name: foo
uuid: sslkeyandcertificate-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getSslkeyandcertificate
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 getSslkeyandcertificate(args: GetSslkeyandcertificateArgs, opts?: InvokeOptions): Promise<GetSslkeyandcertificateResult>
function getSslkeyandcertificateOutput(args: GetSslkeyandcertificateOutputArgs, opts?: InvokeOptions): Output<GetSslkeyandcertificateResult>
def get_sslkeyandcertificate(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslkeyandcertificateResult
def get_sslkeyandcertificate_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslkeyandcertificateResult]
func LookupSslkeyandcertificate(ctx *Context, args *LookupSslkeyandcertificateArgs, opts ...InvokeOption) (*LookupSslkeyandcertificateResult, error)
func LookupSslkeyandcertificateOutput(ctx *Context, args *LookupSslkeyandcertificateOutputArgs, opts ...InvokeOption) LookupSslkeyandcertificateResultOutput
> Note: This function is named LookupSslkeyandcertificate
in the Go SDK.
public static class GetSslkeyandcertificate
{
public static Task<GetSslkeyandcertificateResult> InvokeAsync(GetSslkeyandcertificateArgs args, InvokeOptions? opts = null)
public static Output<GetSslkeyandcertificateResult> Invoke(GetSslkeyandcertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSslkeyandcertificateResult> getSslkeyandcertificate(GetSslkeyandcertificateArgs args, InvokeOptions options)
public static Output<GetSslkeyandcertificateResult> getSslkeyandcertificate(GetSslkeyandcertificateArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getSslkeyandcertificate:getSslkeyandcertificate
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search SSLKeyAndCertificate by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search SSLKeyAndCertificate by uuid.
getSslkeyandcertificate Result
The following output properties are available:
- Ca
Certs List<GetSslkeyandcertificate Ca Cert> - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Base64 string - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Management stringProfile Ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- Certificates
List<Get
Sslkeyandcertificate Certificate> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes List<GetSslkeyandcertificate Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dynamic
Params List<GetSslkeyandcertificate Dynamic Param> - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Ocsp stringStapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Enckey
Base64 string - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enckey
Name string - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Format string
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Ref string - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Import
Key stringTo Hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Federated string - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Key string
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Base64 string - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Params List<GetSslkeyandcertificate Key Param> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Passphrase string - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
List<Get
Sslkeyandcertificate Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ocsp
Configs List<GetSslkeyandcertificate Ocsp Config> - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ocsp
Error stringStatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- Ocsp
Responder List<string>Url List From Certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ocsp
Response List<GetInfos Sslkeyandcertificate Ocsp Response Info> - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ca
Certs []GetSslkeyandcertificate Ca Cert - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Base64 string - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Management stringProfile Ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- Certificates
[]Get
Sslkeyandcertificate Certificate - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []GetSslkeyandcertificate Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dynamic
Params []GetSslkeyandcertificate Dynamic Param - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Ocsp stringStapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Enckey
Base64 string - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enckey
Name string - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Format string
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Ref string - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Import
Key stringTo Hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Federated string - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Key string
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Base64 string - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Params []GetSslkeyandcertificate Key Param - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Key
Passphrase string - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
[]Get
Sslkeyandcertificate Marker - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ocsp
Configs []GetSslkeyandcertificate Ocsp Config - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ocsp
Error stringStatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- Ocsp
Responder []stringUrl List From Certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ocsp
Response []GetInfos Sslkeyandcertificate Ocsp Response Info - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<GetSslkeyandcertificate Ca Cert> - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Base64 String - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Management StringProfile Ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- certificates
List<Get
Sslkeyandcertificate Certificate> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<GetSslkeyandcertificate Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- created
By String - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dynamic
Params List<GetSslkeyandcertificate Dynamic Param> - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Ocsp StringStapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- enckey
Base64 String - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enckey
Name String - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- format String
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Ref String - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- import
Key StringTo Hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated String - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- key String
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Base64 String - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Params List<GetSslkeyandcertificate Key Param> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Passphrase String - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
List<Get
Sslkeyandcertificate Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ocsp
Configs List<GetSslkeyandcertificate Ocsp Config> - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Error StringStatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- ocsp
Responder List<String>Url List From Certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Response List<GetInfos Sslkeyandcertificate Ocsp Response Info> - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs GetSslkeyandcertificate Ca Cert[] - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Base64 string - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Management stringProfile Ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- certificates
Get
Sslkeyandcertificate Certificate[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes GetSslkeyandcertificate Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dynamic
Params GetSslkeyandcertificate Dynamic Param[] - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Ocsp stringStapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- enckey
Base64 string - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enckey
Name string - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- format string
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Ref string - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- import
Key stringTo Hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated string - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- key string
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Base64 string - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Params GetSslkeyandcertificate Key Param[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Passphrase string - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Get
Sslkeyandcertificate Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ocsp
Configs GetSslkeyandcertificate Ocsp Config[] - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Error stringStatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- ocsp
Responder string[]Url List From Certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Response GetInfos Sslkeyandcertificate Ocsp Response Info[] - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- status string
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type string
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca_
certs Sequence[GetSslkeyandcertificate Ca Cert] - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate_
base64 str - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate_
management_ strprofile_ ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- certificates
Sequence[Get
Sslkeyandcertificate Certificate] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetSslkeyandcertificate Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- created_
by str - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dynamic_
params Sequence[GetSslkeyandcertificate Dynamic Param] - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
ocsp_ strstapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- enckey_
base64 str - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enckey_
name str - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- format str
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup_
ref str - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- import_
key_ strto_ hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is_
federated str - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- key str
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key_
base64 str - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key_
params Sequence[GetSslkeyandcertificate Key Param] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key_
passphrase str - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Sequence[Get
Sslkeyandcertificate Marker] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ocsp_
configs Sequence[GetSslkeyandcertificate Ocsp Config] - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp_
error_ strstatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- ocsp_
responder_ Sequence[str]url_ list_ from_ certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp_
response_ Sequence[Getinfos Sslkeyandcertificate Ocsp Response Info] - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- status str
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type str
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<Property Map> - Ca certificates in certificate chain. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Base64 String - States if the certificate is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Management StringProfile Ref - It is a reference to an object of type certificatemanagementprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
- certificates List<Property Map>
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- created
By String - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dynamic
Params List<Property Map> - Dynamic parameters needed for certificate management profile. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Ocsp StringStapling - Enables ocsp stapling. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- enckey
Base64 String - Encrypted private key corresponding to the private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enckey
Name String - Name of the encrypted private key (e.g. Those generated by an hsm such as thales nshield). Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- format String
- Format of the key/certificate file. Enum options - SSL_PEM, SSL_PKCS12. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Ref String - It is a reference to an object of type hardwaresecuritymodulegroup. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- import
Key StringTo Hsm - Flag to enable private key import to hsm while importing the certificate. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Federated String - It specifies whether the object has to be replicated to the gslb followers. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- key String
- Private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Base64 String - States if the private key is base64 encoded. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Params List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- key
Passphrase String - Passphrase used to encrypt the private key. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ocsp
Configs List<Property Map> - Configuration related to ocsp. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Error StringStatus - Error reported during ocsp status query. Enum options - OCSP_ERR_CERTSTATUS_GOOD, OCSP_ERR_CERTSTATUS_REVOKED, OCSP_ERR_CERTSTATUS_UNKNOWN, OCSP_ERR_CERTSTATUS_SERVERFAIL_ERR, OCSP_ERR_CERTSTATUS_JOBDB, OCSP_ERR_CERTSTATUS_DISABLED, OCSP_ERR_CERTSTATUS_GETCERT, OCSP_ERR_CERTSTATUS_NONVSCERT, OCSP_ERR_CERTSTATUS_SELFSIGNED, OCSP_ERR_CERTSTATUS_CERTFINISH, OCSP_ERR_CERTSTATUS_CACERT, OCSP_ERR_CERTSTATUS_REQUEST, OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition.
- ocsp
Responder List<String>Url List From Certs - This is an internal field to store the ocsp responder urls contained in the certificate. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ocsp
Response List<Property Map>Infos - Information related to ocsp response. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- Enum options - ssl_certificate_finished, ssl_certificate_pending. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Enum options - ssl_certificate_type_virtualservice, ssl_certificate_type_system, ssl_certificate_type_ca. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetSslkeyandcertificateCaCert
GetSslkeyandcertificateCertificate
- Certificate string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
List<Get
Sslkeyandcertificate Certificate Issuer> - Key
Params List<GetSslkeyandcertificate Certificate Key Param> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Not
After string - Not
Before string - Public
Key string - Self
Signed string - Serial
Number string - Signature string
- Signature
Algorithm string - Subject
Alt List<string>Names - Subjects
List<Get
Sslkeyandcertificate Certificate Subject> - Text string
- Version string
- Certificate string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
[]Get
Sslkeyandcertificate Certificate Issuer - Key
Params []GetSslkeyandcertificate Certificate Key Param - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Not
After string - Not
Before string - Public
Key string - Self
Signed string - Serial
Number string - Signature string
- Signature
Algorithm string - Subject
Alt []stringNames - Subjects
[]Get
Sslkeyandcertificate Certificate Subject - Text string
- Version string
- certificate String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers
List<Get
Sslkeyandcertificate Certificate Issuer> - key
Params List<GetSslkeyandcertificate Certificate Key Param> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- not
After String - not
Before String - public
Key String - self
Signed String - serial
Number String - signature String
- signature
Algorithm String - subject
Alt List<String>Names - subjects
List<Get
Sslkeyandcertificate Certificate Subject> - text String
- version String
- certificate string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Signing stringRequest - chain
Verified string - days
Until stringExpire - expiry
Status string - fingerprint string
- issuers
Get
Sslkeyandcertificate Certificate Issuer[] - key
Params GetSslkeyandcertificate Certificate Key Param[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- not
After string - not
Before string - public
Key string - self
Signed string - serial
Number string - signature string
- signature
Algorithm string - subject
Alt string[]Names - subjects
Get
Sslkeyandcertificate Certificate Subject[] - text string
- version string
- certificate str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate_
signing_ strrequest - chain_
verified str - days_
until_ strexpire - expiry_
status str - fingerprint str
- issuers
Sequence[Get
Sslkeyandcertificate Certificate Issuer] - key_
params Sequence[GetSslkeyandcertificate Certificate Key Param] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- not_
after str - not_
before str - public_
key str - self_
signed str - serial_
number str - signature str
- signature_
algorithm str - subject_
alt_ Sequence[str]names - subjects
Sequence[Get
Sslkeyandcertificate Certificate Subject] - text str
- version str
- certificate String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers List<Property Map>
- key
Params List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- not
After String - not
Before String - public
Key String - self
Signed String - serial
Number String - signature String
- signature
Algorithm String - subject
Alt List<String>Names - subjects List<Property Map>
- text String
- version String
GetSslkeyandcertificateCertificateIssuer
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
- common
Name string - country string
- distinguished
Name string - email
Address string - locality string
- organization string
- organization
Unit string - state string
- common_
name str - country str
- distinguished_
name str - email_
address str - locality str
- organization str
- organization_
unit str - state str
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
GetSslkeyandcertificateCertificateKeyParam
GetSslkeyandcertificateCertificateKeyParamEcParam
- Curve string
- Curve string
- curve String
- curve string
- curve str
- curve String
GetSslkeyandcertificateCertificateKeyParamRsaParam
GetSslkeyandcertificateCertificateSubject
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
- common
Name string - country string
- distinguished
Name string - email
Address string - locality string
- organization string
- organization
Unit string - state string
- common_
name str - country str
- distinguished_
name str - email_
address str - locality str
- organization str
- organization_
unit str - state str
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
GetSslkeyandcertificateConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetSslkeyandcertificateDynamicParam
- Is
Dynamic string - Is
Sensitive string - Name string
- Search SSLKeyAndCertificate by name.
- Value string
- Is
Dynamic string - Is
Sensitive string - Name string
- Search SSLKeyAndCertificate by name.
- Value string
- is
Dynamic String - is
Sensitive String - name String
- Search SSLKeyAndCertificate by name.
- value String
- is
Dynamic string - is
Sensitive string - name string
- Search SSLKeyAndCertificate by name.
- value string
- is_
dynamic str - is_
sensitive str - name str
- Search SSLKeyAndCertificate by name.
- value str
- is
Dynamic String - is
Sensitive String - name String
- Search SSLKeyAndCertificate by name.
- value String
GetSslkeyandcertificateKeyParam
GetSslkeyandcertificateKeyParamEcParam
- Curve string
- Curve string
- curve String
- curve string
- curve str
- curve String
GetSslkeyandcertificateKeyParamRsaParam
GetSslkeyandcertificateMarker
GetSslkeyandcertificateOcspConfig
- Failed
Ocsp stringJobs Retry Interval - Max
Tries string - Ocsp
Req stringInterval - Ocsp
Resp stringTimeout - Responder
Url List<string>Lists - Url
Action string
- Failed
Ocsp stringJobs Retry Interval - Max
Tries string - Ocsp
Req stringInterval - Ocsp
Resp stringTimeout - Responder
Url []stringLists - Url
Action string
- failed
Ocsp StringJobs Retry Interval - max
Tries String - ocsp
Req StringInterval - ocsp
Resp StringTimeout - responder
Url List<String>Lists - url
Action String
- failed
Ocsp stringJobs Retry Interval - max
Tries string - ocsp
Req stringInterval - ocsp
Resp stringTimeout - responder
Url string[]Lists - url
Action string
- failed_
ocsp_ strjobs_ retry_ interval - max_
tries str - ocsp_
req_ strinterval - ocsp_
resp_ strtimeout - responder_
url_ Sequence[str]lists - url_
action str
- failed
Ocsp StringJobs Retry Interval - max
Tries String - ocsp
Req StringInterval - ocsp
Resp StringTimeout - responder
Url List<String>Lists - url
Action String
GetSslkeyandcertificateOcspResponseInfo
- Cert
Status string - Next
Update string - Ocsp
Resp stringFrom Responder Url - Ocsp
Response string - Revocation
Reason string - Revocation
Time string - This
Update string
- Cert
Status string - Next
Update string - Ocsp
Resp stringFrom Responder Url - Ocsp
Response string - Revocation
Reason string - Revocation
Time string - This
Update string
- cert
Status String - next
Update String - ocsp
Resp StringFrom Responder Url - ocsp
Response String - revocation
Reason String - revocation
Time String - this
Update String
- cert
Status string - next
Update string - ocsp
Resp stringFrom Responder Url - ocsp
Response string - revocation
Reason string - revocation
Time string - this
Update string
- cert_
status str - next_
update str - ocsp_
resp_ strfrom_ responder_ url - ocsp_
response str - revocation_
reason str - revocation_
time str - this_
update str
- cert
Status String - next
Update String - ocsp
Resp StringFrom Responder Url - ocsp
Response String - revocation
Reason String - revocation
Time String - this
Update String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.