Enum ProjectsResource.ServiceAccountsResource.KeysResource.ListRequest.KeyTypesEnum
Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.
Namespace: Google.Apis.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public enum ProjectsResource.ServiceAccountsResource.KeysResource.ListRequest.KeyTypesEnum
Fields
Name | Description |
---|---|
KEYTYPEUNSPECIFIED | Unspecified key type. The presence of this in the message will immediately result in an error. |
SYSTEMMANAGED | System-managed keys (managed and rotated by Google). |
USERMANAGED | User-managed keys (managed and rotated by the user). |