OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud
ovh.Okms.getOkmsServiceKeyPem
Explore with Pulumi AI
Use this data source to retrieve information about a KMS service key, in the PEM format.
Using getOkmsServiceKeyPem
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 getOkmsServiceKeyPem(args: GetOkmsServiceKeyPemArgs, opts?: InvokeOptions): Promise<GetOkmsServiceKeyPemResult>
function getOkmsServiceKeyPemOutput(args: GetOkmsServiceKeyPemOutputArgs, opts?: InvokeOptions): Output<GetOkmsServiceKeyPemResult>
def get_okms_service_key_pem(id: Optional[str] = None,
okms_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOkmsServiceKeyPemResult
def get_okms_service_key_pem_output(id: Optional[pulumi.Input[str]] = None,
okms_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOkmsServiceKeyPemResult]
func GetOkmsServiceKeyPem(ctx *Context, args *GetOkmsServiceKeyPemArgs, opts ...InvokeOption) (*GetOkmsServiceKeyPemResult, error)
func GetOkmsServiceKeyPemOutput(ctx *Context, args *GetOkmsServiceKeyPemOutputArgs, opts ...InvokeOption) GetOkmsServiceKeyPemResultOutput
> Note: This function is named GetOkmsServiceKeyPem
in the Go SDK.
public static class GetOkmsServiceKeyPem
{
public static Task<GetOkmsServiceKeyPemResult> InvokeAsync(GetOkmsServiceKeyPemArgs args, InvokeOptions? opts = null)
public static Output<GetOkmsServiceKeyPemResult> Invoke(GetOkmsServiceKeyPemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOkmsServiceKeyPemResult> getOkmsServiceKeyPem(GetOkmsServiceKeyPemArgs args, InvokeOptions options)
public static Output<GetOkmsServiceKeyPemResult> getOkmsServiceKeyPem(GetOkmsServiceKeyPemArgs args, InvokeOptions options)
fn::invoke:
function: ovh:Okms/getOkmsServiceKeyPem:getOkmsServiceKeyPem
arguments:
# arguments dictionary
The following arguments are supported:
getOkmsServiceKeyPem Result
The following output properties are available:
- Created
At string - Curve string
- Iam
Get
Okms Service Key Pem Iam - Id string
- Keys
Pems List<GetOkms Service Key Pem Keys Pem> - Name string
- Okms
Id string - Operations List<string>
- Size double
- State string
- Type string
- Created
At string - Curve string
- Iam
Get
Okms Service Key Pem Iam - Id string
- Keys
Pems []GetOkms Service Key Pem Keys Pem - Name string
- Okms
Id string - Operations []string
- Size float64
- State string
- Type string
- created
At String - curve String
- iam
Get
Service Key Pem Iam - id String
- keys
Pems List<GetService Key Pem Keys Pem> - name String
- okms
Id String - operations List<String>
- size Double
- state String
- type String
- created
At string - curve string
- iam
Get
Okms Service Key Pem Iam - id string
- keys
Pems GetOkms Service Key Pem Keys Pem[] - name string
- okms
Id string - operations string[]
- size number
- state string
- type string
- created_
at str - curve str
- iam
okms.
Get Okms Service Key Pem Iam - id str
- keys_
pems Sequence[okms.Get Okms Service Key Pem Keys Pem] - name str
- okms_
id str - operations Sequence[str]
- size float
- state str
- type str
- created
At String - curve String
- iam Property Map
- id String
- keys
Pems List<Property Map> - name String
- okms
Id String - operations List<String>
- size Number
- state String
- type String
Supporting Types
GetOkmsServiceKeyPemIam
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource
- Dictionary<string, string>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- Urn string
- Unique resource name used in policies
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource
- map[string]string
- Resource tags. Tags that were internally computed are prefixed with ovh:
- Urn string
- Unique resource name used in policies
- display
Name String - Resource display name
- id String
- Unique identifier of the resource
- Map<String,String>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn String
- Unique resource name used in policies
- display
Name string - Resource display name
- id string
- Unique identifier of the resource
- {[key: string]: string}
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn string
- Unique resource name used in policies
- display_
name str - Resource display name
- id str
- Unique identifier of the resource
- Mapping[str, str]
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn str
- Unique resource name used in policies
- display
Name String - Resource display name
- id String
- Unique identifier of the resource
- Map<String>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn String
- Unique resource name used in policies
GetOkmsServiceKeyPemKeysPem
- Pem string
- The key in base64 encoded PEM format
- Pem string
- The key in base64 encoded PEM format
- pem String
- The key in base64 encoded PEM format
- pem string
- The key in base64 encoded PEM format
- pem str
- The key in base64 encoded PEM format
- pem String
- The key in base64 encoded PEM format
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.