ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getMqcloudKeystoreCertificate
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const mqcloudKeystoreCertificate = ibm.getMqcloudKeystoreCertificate({
label: ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.label,
queueManagerId: ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.queue_manager_id,
serviceInstanceGuid: ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.service_instance_guid,
});
import pulumi
import pulumi_ibm as ibm
mqcloud_keystore_certificate = ibm.get_mqcloud_keystore_certificate(label=ibm_mqcloud_keystore_certificate["mqcloud_keystore_certificate_instance"]["label"],
queue_manager_id=ibm_mqcloud_keystore_certificate["mqcloud_keystore_certificate_instance"]["queue_manager_id"],
service_instance_guid=ibm_mqcloud_keystore_certificate["mqcloud_keystore_certificate_instance"]["service_instance_guid"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupMqcloudKeystoreCertificate(ctx, &ibm.LookupMqcloudKeystoreCertificateArgs{
Label: pulumi.StringRef(ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Label),
QueueManagerId: ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Queue_manager_id,
ServiceInstanceGuid: ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Service_instance_guid,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var mqcloudKeystoreCertificate = Ibm.GetMqcloudKeystoreCertificate.Invoke(new()
{
Label = ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Label,
QueueManagerId = ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Queue_manager_id,
ServiceInstanceGuid = ibm_mqcloud_keystore_certificate.Mqcloud_keystore_certificate_instance.Service_instance_guid,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetMqcloudKeystoreCertificateArgs;
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 mqcloudKeystoreCertificate = IbmFunctions.getMqcloudKeystoreCertificate(GetMqcloudKeystoreCertificateArgs.builder()
.label(ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance().label())
.queueManagerId(ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance().queue_manager_id())
.serviceInstanceGuid(ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance().service_instance_guid())
.build());
}
}
variables:
mqcloudKeystoreCertificate:
fn::invoke:
function: ibm:getMqcloudKeystoreCertificate
arguments:
label: ${ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.label}
queueManagerId: ${ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.queue_manager_id}
serviceInstanceGuid: ${ibm_mqcloud_keystore_certificate.mqcloud_keystore_certificate_instance.service_instance_guid}
Using getMqcloudKeystoreCertificate
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 getMqcloudKeystoreCertificate(args: GetMqcloudKeystoreCertificateArgs, opts?: InvokeOptions): Promise<GetMqcloudKeystoreCertificateResult>
function getMqcloudKeystoreCertificateOutput(args: GetMqcloudKeystoreCertificateOutputArgs, opts?: InvokeOptions): Output<GetMqcloudKeystoreCertificateResult>
def get_mqcloud_keystore_certificate(id: Optional[str] = None,
label: Optional[str] = None,
queue_manager_id: Optional[str] = None,
service_instance_guid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMqcloudKeystoreCertificateResult
def get_mqcloud_keystore_certificate_output(id: Optional[pulumi.Input[str]] = None,
label: Optional[pulumi.Input[str]] = None,
queue_manager_id: Optional[pulumi.Input[str]] = None,
service_instance_guid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMqcloudKeystoreCertificateResult]
func LookupMqcloudKeystoreCertificate(ctx *Context, args *LookupMqcloudKeystoreCertificateArgs, opts ...InvokeOption) (*LookupMqcloudKeystoreCertificateResult, error)
func LookupMqcloudKeystoreCertificateOutput(ctx *Context, args *LookupMqcloudKeystoreCertificateOutputArgs, opts ...InvokeOption) LookupMqcloudKeystoreCertificateResultOutput
> Note: This function is named LookupMqcloudKeystoreCertificate
in the Go SDK.
public static class GetMqcloudKeystoreCertificate
{
public static Task<GetMqcloudKeystoreCertificateResult> InvokeAsync(GetMqcloudKeystoreCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetMqcloudKeystoreCertificateResult> Invoke(GetMqcloudKeystoreCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMqcloudKeystoreCertificateResult> getMqcloudKeystoreCertificate(GetMqcloudKeystoreCertificateArgs args, InvokeOptions options)
public static Output<GetMqcloudKeystoreCertificateResult> getMqcloudKeystoreCertificate(GetMqcloudKeystoreCertificateArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getMqcloudKeystoreCertificate:getMqcloudKeystoreCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Queue
Manager stringId - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- Service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- Queue
Manager stringId - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- Service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- queue
Manager StringId - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- label String
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- queue
Manager stringId - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- queue_
manager_ strid - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- service_
instance_ strguid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- label str
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- queue
Manager StringId - The id of the queue manager to retrieve its full details.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-fA-F]{32}$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- label String
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
getMqcloudKeystoreCertificate Result
The following output properties are available:
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Key
Stores List<GetMqcloud Keystore Certificate Key Store> - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- Queue
Manager stringId - Service
Instance stringGuid - Total
Count double - (Integer) The total count of key store certificates.
- Label string
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Key
Stores []GetMqcloud Keystore Certificate Key Store - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- Queue
Manager stringId - Service
Instance stringGuid - Total
Count float64 - (Integer) The total count of key store certificates.
- Label string
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- key
Stores List<GetMqcloud Keystore Certificate Key Store> - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- queue
Manager StringId - service
Instance StringGuid - total
Count Double - (Integer) The total count of key store certificates.
- label String
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- key
Stores GetMqcloud Keystore Certificate Key Store[] - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- queue
Manager stringId - service
Instance stringGuid - total
Count number - (Integer) The total count of key store certificates.
- label string
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- key_
stores Sequence[GetMqcloud Keystore Certificate Key Store] - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- queue_
manager_ strid - service_
instance_ strguid - total_
count float - (Integer) The total count of key store certificates.
- label str
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- key
Stores List<Property Map> - (List) The list of key store certificates.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for key_store:
- Constraints: The maximum length is
- queue
Manager StringId - service
Instance StringGuid - total
Count Number - (Integer) The total count of key store certificates.
- label String
- (String) Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
Supporting Types
GetMqcloudKeystoreCertificateKeyStore
- Certificate
Type string - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- Configs
List<Get
Mqcloud Keystore Certificate Key Store Config> - (List) The configuration details for this certificate. Nested schema for config:
- Dns
Names List<string> - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- Dns
Names doubleTotal Count - (Integer) The total count of dns names.
- Expiry string
- (String) Expiry date for the certificate.
- Fingerprint
Sha256 string - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- Href string
- (String) The URL for this key store certificate.
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Is
Default bool - (Boolean) Indicates whether it is the queue manager's default certificate.
- Issued string
- (String) Date certificate was issued.
- Issuer
Cn string - (String) Issuer's Common Name.
- Issuer
Dn string - (String) Issuer's Distinguished Name.
- Label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- Subject
Cn string - (String) Subject's Common Name.
- Subject
Dn string - (String) Subject's Distinguished Name.
- Certificate
Type string - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- Configs
[]Get
Mqcloud Keystore Certificate Key Store Config - (List) The configuration details for this certificate. Nested schema for config:
- Dns
Names []string - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- Dns
Names float64Total Count - (Integer) The total count of dns names.
- Expiry string
- (String) Expiry date for the certificate.
- Fingerprint
Sha256 string - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- Href string
- (String) The URL for this key store certificate.
- Id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- Is
Default bool - (Boolean) Indicates whether it is the queue manager's default certificate.
- Issued string
- (String) Date certificate was issued.
- Issuer
Cn string - (String) Issuer's Common Name.
- Issuer
Dn string - (String) Issuer's Distinguished Name.
- Label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- Subject
Cn string - (String) Subject's Common Name.
- Subject
Dn string - (String) Subject's Distinguished Name.
- certificate
Type String - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- configs
List<Get
Mqcloud Keystore Certificate Key Store Config> - (List) The configuration details for this certificate. Nested schema for config:
- dns
Names List<String> - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- dns
Names DoubleTotal Count - (Integer) The total count of dns names.
- expiry String
- (String) Expiry date for the certificate.
- fingerprint
Sha256 String - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- href String
- (String) The URL for this key store certificate.
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- is
Default Boolean - (Boolean) Indicates whether it is the queue manager's default certificate.
- issued String
- (String) Date certificate was issued.
- issuer
Cn String - (String) Issuer's Common Name.
- issuer
Dn String - (String) Issuer's Distinguished Name.
- label String
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- subject
Cn String - (String) Subject's Common Name.
- subject
Dn String - (String) Subject's Distinguished Name.
- certificate
Type string - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- configs
Get
Mqcloud Keystore Certificate Key Store Config[] - (List) The configuration details for this certificate. Nested schema for config:
- dns
Names string[] - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- dns
Names numberTotal Count - (Integer) The total count of dns names.
- expiry string
- (String) Expiry date for the certificate.
- fingerprint
Sha256 string - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- href string
- (String) The URL for this key store certificate.
- id string
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- is
Default boolean - (Boolean) Indicates whether it is the queue manager's default certificate.
- issued string
- (String) Date certificate was issued.
- issuer
Cn string - (String) Issuer's Common Name.
- issuer
Dn string - (String) Issuer's Distinguished Name.
- label string
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- subject
Cn string - (String) Subject's Common Name.
- subject
Dn string - (String) Subject's Distinguished Name.
- certificate_
type str - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- configs
Sequence[Get
Mqcloud Keystore Certificate Key Store Config] - (List) The configuration details for this certificate. Nested schema for config:
- dns_
names Sequence[str] - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- dns_
names_ floattotal_ count - (Integer) The total count of dns names.
- expiry str
- (String) Expiry date for the certificate.
- fingerprint_
sha256 str - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- href str
- (String) The URL for this key store certificate.
- id str
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- is_
default bool - (Boolean) Indicates whether it is the queue manager's default certificate.
- issued str
- (String) Date certificate was issued.
- issuer_
cn str - (String) Issuer's Common Name.
- issuer_
dn str - (String) Issuer's Distinguished Name.
- label str
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- subject_
cn str - (String) Subject's Common Name.
- subject_
dn str - (String) Subject's Distinguished Name.
- certificate
Type String - (String) The type of certificate.
- Constraints: Allowable values are:
key_store
.
- Constraints: Allowable values are:
- configs List<Property Map>
- (List) The configuration details for this certificate. Nested schema for config:
- dns
Names List<String> - (List) The list of DNS names.
- Constraints: The maximum length is
200
items. The minimum length is0
items.
- Constraints: The maximum length is
- dns
Names NumberTotal Count - (Integer) The total count of dns names.
- expiry String
- (String) Expiry date for the certificate.
- fingerprint
Sha256 String - (String) Fingerprint SHA256.
- Constraints: The value must match regular expression
/^[A-F0-9]{2}(:[A-F0-9]{2}){31}$/
.
- Constraints: The value must match regular expression
- href String
- (String) The URL for this key store certificate.
- id String
- (String) ID of the certificate.
- Constraints: The maximum length is
16
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-fA-F]*$/
.
- Constraints: The maximum length is
- is
Default Boolean - (Boolean) Indicates whether it is the queue manager's default certificate.
- issued String
- (String) Date certificate was issued.
- issuer
Cn String - (String) Issuer's Common Name.
- issuer
Dn String - (String) Issuer's Distinguished Name.
- label String
- Certificate label in queue manager store.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.]*$/
.
- Constraints: The maximum length is
- subject
Cn String - (String) Subject's Common Name.
- subject
Dn String - (String) Subject's Distinguished Name.
GetMqcloudKeystoreCertificateKeyStoreConfig
- Ams
List<Get
Mqcloud Keystore Certificate Key Store Config Am> - (List) A list of channels that are configured with this certificate. Nested schema for ams:
- Ams
[]Get
Mqcloud Keystore Certificate Key Store Config Am - (List) A list of channels that are configured with this certificate. Nested schema for ams:
- ams
List<Get
Mqcloud Keystore Certificate Key Store Config Am> - (List) A list of channels that are configured with this certificate. Nested schema for ams:
- ams
Get
Mqcloud Keystore Certificate Key Store Config Am[] - (List) A list of channels that are configured with this certificate. Nested schema for ams:
- ams
Sequence[Get
Mqcloud Keystore Certificate Key Store Config Am] - (List) A list of channels that are configured with this certificate. Nested schema for ams:
- ams List<Property Map>
- (List) A list of channels that are configured with this certificate. Nested schema for ams:
GetMqcloudKeystoreCertificateKeyStoreConfigAm
- Channels
List<Get
Mqcloud Keystore Certificate Key Store Config Am Channel> - (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
- Channels
[]Get
Mqcloud Keystore Certificate Key Store Config Am Channel - (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
- channels
List<Get
Mqcloud Keystore Certificate Key Store Config Am Channel> - (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
- channels
Get
Mqcloud Keystore Certificate Key Store Config Am Channel[] - (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
- channels
Sequence[Get
Mqcloud Keystore Certificate Key Store Config Am Channel] - (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
- channels List<Property Map>
- (List) A list of channels that are configured with this certificate.
- Constraints: The maximum length is
999999999
items. The minimum length is0
items. Nested schema for channels:
- Constraints: The maximum length is
GetMqcloudKeystoreCertificateKeyStoreConfigAmChannel
- Name string
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the channel.
- Constraints: The maximum length is
20
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\/%]*$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.