Class GenerateOfflineCredentialResponse (0.5.9)

GenerateOfflineCredentialResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

An offline credential for a cluster.

Attributes

NameDescription
client_certificate str
Output only. Client certificate to authenticate to k8s api-server.
client_key str
Output only. Client private key to authenticate to k8s api-server.
user_id str
Output only. Client's identity.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp at which this credential will expire.