Required role: owner.
List the identities that hold the platform-wide owner role.
Owner comes from deploy-time configuration and cannot be granted through the
API, so this list is read-only: changing it means changing the deployment.
| Responses |
|---|
200
Configured owners retrieved | Schema — OPTIONAL |
|---|
owner_trusts object[]Workload identities granted owner, as configured through
authorization.ownerTrusts / FELDERA_OWNER_TRUSTS. audience string — OPTIONAL | issuer string | subject string |
| owners string[]Identities granted owner, as configured through
authorization.owners / FELDERA_OWNERS. Each entry is a
provider-verified email, a bare OIDC subject, or an issuer and subject
separated by a space. |
|
403
Caller's role is below the required role | Schema — OPTIONAL |
|---|
detailsDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
detailsDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|