Documentation Index

Fetch the complete documentation index at: https://support.fortanix.com/llms.txt

Use this file to discover all available pages before exploring further.

Details of Security Object by UUID

Prev Next

The getSecurityObject API fetches security object details by the Object UUID (Key Id).

C#

SecurityObjectsApi sObjectApi = new SecurityObjectsApi();
KeyObject key = sObjectApi.GetSecurityObject("<Key-UUID>");

Go

keyId := "<Key-UUID>"
sobjectDescriptor := sdkms.SobjectDescriptor {
    Kid: &keyId,
} 
key, err := client.GetSobject(ctx, nil, &sobjectDescriptor)

Java

KeyObject sobject = sobjectsApi.getSecurityObject(<Key-UUID>);

Python

api_instance = sdkms.v1. SecurityObjectsApi(api_client=client)
sobject = api_instance.get_security_object(<Key-UUID>)

REST API using curl

curl <Endpoint URL>/crypto/v1/key/<Key-UUID> -H 'Authorization: Bearer YhXwwa-6C...ig5g'

Fortanix-logo

4.6

star-ratings

As of August 2025