REST Resource: projects.locations.workloadIdentityPools.providers.keys

Resource: WorkloadIdentityPoolProviderKey

Represents a public key configuration for your workload identity pool provider. The key can be configured in your identity provider to encrypt the SAML assertions. Google holds the corresponding private key which it uses to decrypt encrypted tokens.

JSON representation
{
  "name": string,
  "keyData": {
    object (KeyData)
  },
  "state": enum (State),
  "use": enum (KeyUse),
  "expireTime": string
}
Fields
name

string

Output only. The resource name of the key.

keyData

object (KeyData)

Immutable. Public half of the asymmetric key.

state

enum (State)

Output only. The state of the key.

use

enum (KeyUse)

Required. The purpose of the key.

expireTime

string (Timestamp format)

Output only. Time after which the key will be permanently purged and cannot be recovered. Note that the key may get purged before this timestamp if the total limit of keys per provider is crossed.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

State

The current state of the key.

Enums
STATE_UNSPECIFIED State unspecified.
ACTIVE The key is active.
DELETED The key is soft-deleted. Soft-deleted keys are permanently deleted after approximately 30 days. You can restore a soft-deleted key using keys.undelete. While a key is deleted, you cannot use it during the federation.

KeyUse

The uses for which a workload identity pool provider key might be generated. A key has exactly one use.

Enums
KEY_USE_UNSPECIFIED The key use is not known.
ENCRYPTION The public key is used for encryption purposes.

Methods

create

The method google.iam.v1.WorkloadIdentityPools.CreateWorkloadIdentityPoolProviderKey is not available in this (s3nsapis.fr) universe.

delete

The method google.iam.v1.WorkloadIdentityPools.DeleteWorkloadIdentityPoolProviderKey is not available in this (s3nsapis.fr) universe.

get

The method google.iam.v1.WorkloadIdentityPools.GetWorkloadIdentityPoolProviderKey is not available in this (s3nsapis.fr) universe.

list

The method google.iam.v1.WorkloadIdentityPools.ListWorkloadIdentityPoolProviderKeys is not available in this (s3nsapis.fr) universe.

undelete

The method google.iam.v1.WorkloadIdentityPools.UndeleteWorkloadIdentityPoolProviderKey is not available in this (s3nsapis.fr) universe.