checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementCpTrustedCaCertificate
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
Using getManagementCpTrustedCaCertificate
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 getManagementCpTrustedCaCertificate(args: GetManagementCpTrustedCaCertificateArgs, opts?: InvokeOptions): Promise<GetManagementCpTrustedCaCertificateResult>
function getManagementCpTrustedCaCertificateOutput(args: GetManagementCpTrustedCaCertificateOutputArgs, opts?: InvokeOptions): Output<GetManagementCpTrustedCaCertificateResult>
def get_management_cp_trusted_ca_certificate(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementCpTrustedCaCertificateResult
def get_management_cp_trusted_ca_certificate_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementCpTrustedCaCertificateResult]
func GetManagementCpTrustedCaCertificate(ctx *Context, args *GetManagementCpTrustedCaCertificateArgs, opts ...InvokeOption) (*GetManagementCpTrustedCaCertificateResult, error)
func GetManagementCpTrustedCaCertificateOutput(ctx *Context, args *GetManagementCpTrustedCaCertificateOutputArgs, opts ...InvokeOption) GetManagementCpTrustedCaCertificateResultOutput
> Note: This function is named GetManagementCpTrustedCaCertificate
in the Go SDK.
public static class GetManagementCpTrustedCaCertificate
{
public static Task<GetManagementCpTrustedCaCertificateResult> InvokeAsync(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetManagementCpTrustedCaCertificateResult> Invoke(GetManagementCpTrustedCaCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementCpTrustedCaCertificateResult> getManagementCpTrustedCaCertificate(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions options)
public static Output<GetManagementCpTrustedCaCertificateResult> getManagementCpTrustedCaCertificate(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementCpTrustedCaCertificate:getManagementCpTrustedCaCertificate
arguments:
# arguments dictionary
The following arguments are supported:
getManagementCpTrustedCaCertificate Result
The following output properties are available:
- Added
By string - Base64Certificate string
- Base64Public
Certificate string - Id string
- Issued
By string - Issued
To string - Status string
- List<string>
- Valid
Froms List<GetManagement Cp Trusted Ca Certificate Valid From> - Valid
Tos List<GetManagement Cp Trusted Ca Certificate Valid To> - Name string
- Uid string
- Added
By string - Base64Certificate string
- Base64Public
Certificate string - Id string
- Issued
By string - Issued
To string - Status string
- []string
- Valid
Froms []GetManagement Cp Trusted Ca Certificate Valid From - Valid
Tos []GetManagement Cp Trusted Ca Certificate Valid To - Name string
- Uid string
- added
By String - base64Certificate String
- base64Public
Certificate String - id String
- issued
By String - issued
To String - status String
- List<String>
- valid
Froms List<GetManagement Cp Trusted Ca Certificate Valid From> - valid
Tos List<GetManagement Cp Trusted Ca Certificate Valid To> - name String
- uid String
- added
By string - base64Certificate string
- base64Public
Certificate string - id string
- issued
By string - issued
To string - status string
- string[]
- valid
Froms GetManagement Cp Trusted Ca Certificate Valid From[] - valid
Tos GetManagement Cp Trusted Ca Certificate Valid To[] - name string
- uid string
- added
By String - base64Certificate String
- base64Public
Certificate String - id String
- issued
By String - issued
To String - status String
- List<String>
- valid
Froms List<Property Map> - valid
Tos List<Property Map> - name String
- uid String
Supporting Types
GetManagementCpTrustedCaCertificateValidFrom
GetManagementCpTrustedCaCertificateValidTo
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw