Class AuditLogListResponse.Actor.ApiKey
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.ApiKeyThe API Key used to perform the audit logged action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.Actor.ApiKey.BuilderA builder for ApiKey.
public final classAuditLogListResponse.Actor.ApiKey.ServiceAccountThe service account that performed the audit logged action.
public final classAuditLogListResponse.Actor.ApiKey.TypeThe type of API key. Can be either
userorservice_account.public final classAuditLogListResponse.Actor.ApiKey.UserThe user who performed the audit logged action.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The tracking id of the API key. final Optional<AuditLogListResponse.Actor.ApiKey.ServiceAccount>serviceAccount()The service account that performed the audit logged action. final Optional<AuditLogListResponse.Actor.ApiKey.Type>type()The type of API key. final Optional<AuditLogListResponse.Actor.ApiKey.User>user()The user who performed the audit logged action. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<AuditLogListResponse.Actor.ApiKey.ServiceAccount>_serviceAccount()Returns the raw JSON value of serviceAccount. final JsonField<AuditLogListResponse.Actor.ApiKey.Type>_type()Returns the raw JSON value of type. final JsonField<AuditLogListResponse.Actor.ApiKey.User>_user()Returns the raw JSON value of user. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.Actor.ApiKey.BuildertoBuilder()final AuditLogListResponse.Actor.ApiKeyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.Actor.ApiKey.Builderbuilder()Returns a mutable builder for constructing an instance of ApiKey. -
-
Method Detail
-
serviceAccount
final Optional<AuditLogListResponse.Actor.ApiKey.ServiceAccount> serviceAccount()
The service account that performed the audit logged action.
-
type
final Optional<AuditLogListResponse.Actor.ApiKey.Type> type()
The type of API key. Can be either
userorservice_account.
-
user
final Optional<AuditLogListResponse.Actor.ApiKey.User> user()
The user who performed the audit logged action.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceAccount
final JsonField<AuditLogListResponse.Actor.ApiKey.ServiceAccount> _serviceAccount()
Returns the raw JSON value of serviceAccount.
Unlike serviceAccount, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<AuditLogListResponse.Actor.ApiKey.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_user
final JsonField<AuditLogListResponse.Actor.ApiKey.User> _user()
Returns the raw JSON value of user.
Unlike user, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.Actor.ApiKey.Builder toBuilder()
-
validate
final AuditLogListResponse.Actor.ApiKey validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.Actor.ApiKey.Builder builder()
Returns a mutable builder for constructing an instance of ApiKey.
-
-
-
-