avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getPkiprofile
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Pkiprofile” sidebar_current: “docs-avi-datasource-pkiprofile” description: |- Get information of Avi PKIProfile.
avi.Pkiprofile
This data source is used to to get avi.Pkiprofile objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooPkiprofile = avi.getPkiprofile({
name: "foo",
uuid: "pkiprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_pkiprofile = avi.get_pkiprofile(name="foo",
uuid="pkiprofile-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.LookupPkiprofile(ctx, &avi.LookupPkiprofileArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("pkiprofile-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 fooPkiprofile = Avi.GetPkiprofile.Invoke(new()
{
Name = "foo",
Uuid = "pkiprofile-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.GetPkiprofileArgs;
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 fooPkiprofile = AviFunctions.getPkiprofile(GetPkiprofileArgs.builder()
.name("foo")
.uuid("pkiprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooPkiprofile:
fn::invoke:
function: avi:getPkiprofile
arguments:
name: foo
uuid: pkiprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getPkiprofile
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 getPkiprofile(args: GetPkiprofileArgs, opts?: InvokeOptions): Promise<GetPkiprofileResult>
function getPkiprofileOutput(args: GetPkiprofileOutputArgs, opts?: InvokeOptions): Output<GetPkiprofileResult>
def get_pkiprofile(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPkiprofileResult
def get_pkiprofile_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[GetPkiprofileResult]
func LookupPkiprofile(ctx *Context, args *LookupPkiprofileArgs, opts ...InvokeOption) (*LookupPkiprofileResult, error)
func LookupPkiprofileOutput(ctx *Context, args *LookupPkiprofileOutputArgs, opts ...InvokeOption) LookupPkiprofileResultOutput
> Note: This function is named LookupPkiprofile
in the Go SDK.
public static class GetPkiprofile
{
public static Task<GetPkiprofileResult> InvokeAsync(GetPkiprofileArgs args, InvokeOptions? opts = null)
public static Output<GetPkiprofileResult> Invoke(GetPkiprofileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPkiprofileResult> getPkiprofile(GetPkiprofileArgs args, InvokeOptions options)
public static Output<GetPkiprofileResult> getPkiprofile(GetPkiprofileArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getPkiprofile:getPkiprofile
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search PKIProfile 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 PKIProfile by uuid.
getPkiprofile Result
The following output properties are available:
- Allow
Pki List<string>Errors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ca
Certs List<GetPkiprofile Ca Cert> - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes List<GetPkiprofile 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.
- Crl
Check string - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Crl
File List<string>Refs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Ignore
Peer stringChain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- Is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
List<Get
Pkiprofile 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
- Name of the pki profile. 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.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Validate
Only stringLeaf Crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Allow
Pki []stringErrors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ca
Certs []GetPkiprofile Ca Cert - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []GetPkiprofile 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.
- Crl
Check string - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Crl
File []stringRefs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Ignore
Peer stringChain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- Is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
[]Get
Pkiprofile 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
- Name of the pki profile. 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.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Validate
Only stringLeaf Crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- allow
Pki List<String>Errors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- ca
Certs List<GetPkiprofile Ca Cert> - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<GetPkiprofile 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.
- crl
Check String - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- crl
File List<String>Refs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- ignore
Peer StringChain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- is
Federated String - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
List<Get
Pkiprofile 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
- Name of the pki profile. 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.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- validate
Only StringLeaf Crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- allow
Pki string[]Errors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- ca
Certs GetPkiprofile Ca Cert[] - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes GetPkiprofile 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.
- crl
Check string - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- crl
File string[]Refs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- ignore
Peer stringChain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- is
Federated string - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Get
Pkiprofile 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
- Name of the pki profile. 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.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- validate
Only stringLeaf Crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- allow_
pki_ Sequence[str]errors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- ca_
certs Sequence[GetPkiprofile Ca Cert] - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetPkiprofile 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.
- crl_
check str - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- crl_
file_ Sequence[str]refs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- ignore_
peer_ strchain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- is_
federated str - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Sequence[Get
Pkiprofile 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
- Name of the pki profile. 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.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- validate_
only_ strleaf_ crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- allow
Pki List<String>Errors - Exempt errors during certificate verification. Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. Field introduced in 30.1.1. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
- ca
Certs List<Property Map> - List of certificate authorities (root and intermediate) trusted that is used for certificate validation. 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.
- crl
Check String - When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- crl
File List<String>Refs - Refers to fileobject containing crl body. It is a reference to an object of type fileobject. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- ignore
Peer StringChain - When enabled, avi will not trust intermediate and root certs presented by a client. Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition. Special default for essentials edition is true, basic edition is true, enterprise edition is false.
- is
Federated String - This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. If the field is set to true, then the object is replicated across the federation. Field introduced in 17.1.3. 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
- Name of the pki profile. 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.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- validate
Only StringLeaf Crl - When enabled, avi will only validate the revocation status of the leaf certificate using crl. To enable validation for the entire chain, disable this option and provide all the relevant crls. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
Supporting Types
GetPkiprofileCaCert
- Certificate string
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
List<Get
Pkiprofile Ca Cert Issuer> - Key
Params List<GetPkiprofile Ca Cert Key Param> - 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
Pkiprofile Ca Cert Subject> - Text string
- Version string
- Certificate string
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
[]Get
Pkiprofile Ca Cert Issuer - Key
Params []GetPkiprofile Ca Cert Key Param - 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
Pkiprofile Ca Cert Subject - Text string
- Version string
- certificate String
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers
List<Get
Pkiprofile Ca Cert Issuer> - key
Params List<GetPkiprofile Ca Cert Key Param> - 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
Pkiprofile Ca Cert Subject> - text String
- version String
- certificate string
- certificate
Signing stringRequest - chain
Verified string - days
Until stringExpire - expiry
Status string - fingerprint string
- issuers
Get
Pkiprofile Ca Cert Issuer[] - key
Params GetPkiprofile Ca Cert Key Param[] - 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
Pkiprofile Ca Cert Subject[] - text string
- version string
- certificate str
- certificate_
signing_ strrequest - chain_
verified str - days_
until_ strexpire - expiry_
status str - fingerprint str
- issuers
Sequence[Get
Pkiprofile Ca Cert Issuer] - key_
params Sequence[GetPkiprofile Ca Cert Key Param] - 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
Pkiprofile Ca Cert Subject] - text str
- version str
- certificate String
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers List<Property Map>
- key
Params List<Property Map> - 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
GetPkiprofileCaCertIssuer
- 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
GetPkiprofileCaCertKeyParam
GetPkiprofileCaCertKeyParamEcParam
- Curve string
- Curve string
- curve String
- curve string
- curve str
- curve String
GetPkiprofileCaCertKeyParamRsaParam
GetPkiprofileCaCertSubject
- 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
GetPkiprofileConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetPkiprofileMarker
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.