Skip to main content

Get OIDC Trust

Required role: admin or higher.

Retrieve one trust relationship by name, the name it was created under, which is unique within the tenant (or, with platform, across the platform-wide owner trusts).

Path Parameters
name string REQUIRED

Trust relationship name

Responses
200

Trust relationship retrieved

Schema OPTIONAL
audience string OPTIONAL
description string OPTIONAL
id uuid

Trust relationship identifier.

issuer string
name string
role string

Possible values: [read, write, admin, owner]

A role in the RBAC model. Declaration order defines the privilege order.

subject string
403

Caller's role is below the required role

Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

404

No relationship with that name

Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.