Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
nutanix.getCertificatesV2
Start a Neo task
Explain and create a nutanix.getCertificatesV2 resource
Using getCertificatesV2
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 getCertificatesV2(args: GetCertificatesV2Args, opts?: InvokeOptions): Promise<GetCertificatesV2Result>
function getCertificatesV2Output(args: GetCertificatesV2OutputArgs, opts?: InvokeOptions): Output<GetCertificatesV2Result>def get_certificates_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
object_store_ext_id: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificatesV2Result
def get_certificates_v2_output(filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
object_store_ext_id: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificatesV2Result]func GetCertificatesV2(ctx *Context, args *GetCertificatesV2Args, opts ...InvokeOption) (*GetCertificatesV2Result, error)
func GetCertificatesV2Output(ctx *Context, args *GetCertificatesV2OutputArgs, opts ...InvokeOption) GetCertificatesV2ResultOutput> Note: This function is named GetCertificatesV2 in the Go SDK.
public static class GetCertificatesV2
{
public static Task<GetCertificatesV2Result> InvokeAsync(GetCertificatesV2Args args, InvokeOptions? opts = null)
public static Output<GetCertificatesV2Result> Invoke(GetCertificatesV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificatesV2Result> getCertificatesV2(GetCertificatesV2Args args, InvokeOptions options)
public static Output<GetCertificatesV2Result> getCertificatesV2(GetCertificatesV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getCertificatesV2:getCertificatesV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- object
Store StringExt Id - filter String
- limit Integer
- page Integer
- select String
- object
Store stringExt Id - filter string
- limit number
- page number
- select string
- object_
store_ strext_ id - filter str
- limit int
- page int
- select str
- object
Store StringExt Id - filter String
- limit Number
- page Number
- select String
getCertificatesV2 Result
The following output properties are available:
- Certificates
List<Piers
Karsenbarg. Nutanix. Outputs. Get Certificates V2Certificate> - Id string
- The provider-assigned unique ID for this managed resource.
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- Certificates
[]Get
Certificates V2Certificate - Id string
- The provider-assigned unique ID for this managed resource.
- Object
Store stringExt Id - Filter string
- Limit int
- Page int
- Select string
- certificates
List<Get
Certificates V2Certificate> - id String
- The provider-assigned unique ID for this managed resource.
- object
Store StringExt Id - filter String
- limit Integer
- page Integer
- select String
- certificates
Get
Certificates V2Certificate[] - id string
- The provider-assigned unique ID for this managed resource.
- object
Store stringExt Id - filter string
- limit number
- page number
- select string
- certificates
Sequence[Get
Certificates V2Certificate] - id str
- The provider-assigned unique ID for this managed resource.
- object_
store_ strext_ id - filter str
- limit int
- page int
- select str
- certificates List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- object
Store StringExt Id - filter String
- limit Number
- page Number
- select String
Supporting Types
GetCertificatesV2Certificate
- Alternate
Fqdns List<PiersKarsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Alternate Fqdn> - Alternate
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Alternate Ip> - Ext
Id string - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Link> - Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Certificates V2Certificate Metadata> - Object
Store stringExt Id - Tenant
Id string
GetCertificatesV2CertificateAlternateFqdn
- Value string
- Value string
- value String
- value string
- value str
- value String
GetCertificatesV2CertificateAlternateIp
GetCertificatesV2CertificateAlternateIpIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetCertificatesV2CertificateAlternateIpIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetCertificatesV2CertificateLink
GetCertificatesV2CertificateMetadata
- Category
Ids List<string> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids []string - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<String> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids string[] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[str] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<String> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
