Class AuditLogListResponse.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.BuilderA builder for AuditLogListResponse.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.Builder id(String id)
The ID of this log.
-
id
final AuditLogListResponse.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
effectiveAt
final AuditLogListResponse.Builder effectiveAt(Long effectiveAt)
The Unix timestamp (in seconds) of the event.
-
effectiveAt
final AuditLogListResponse.Builder effectiveAt(JsonField<Long> effectiveAt)
Sets Builder.effectiveAt to an arbitrary JSON value.
You should usually call Builder.effectiveAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final AuditLogListResponse.Builder type(AuditLogListResponse.Type type)
The event type.
-
type
final AuditLogListResponse.Builder type(JsonField<AuditLogListResponse.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
actor
final AuditLogListResponse.Builder actor(AuditLogListResponse.Actor actor)
The actor who performed the audit logged action.
-
actor
final AuditLogListResponse.Builder actor(Optional<AuditLogListResponse.Actor> actor)
Alias for calling Builder.actor with
actor.orElse(null).
-
actor
final AuditLogListResponse.Builder actor(JsonField<AuditLogListResponse.Actor> actor)
Sets Builder.actor to an arbitrary JSON value.
You should usually call Builder.actor with a well-typed Actor value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
apiKeyCreated
final AuditLogListResponse.Builder apiKeyCreated(AuditLogListResponse.ApiKeyCreated apiKeyCreated)
The details for events with this
type.
-
apiKeyCreated
final AuditLogListResponse.Builder apiKeyCreated(JsonField<AuditLogListResponse.ApiKeyCreated> apiKeyCreated)
Sets Builder.apiKeyCreated to an arbitrary JSON value.
You should usually call Builder.apiKeyCreated with a well-typed ApiKeyCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
apiKeyDeleted
final AuditLogListResponse.Builder apiKeyDeleted(AuditLogListResponse.ApiKeyDeleted apiKeyDeleted)
The details for events with this
type.
-
apiKeyDeleted
final AuditLogListResponse.Builder apiKeyDeleted(JsonField<AuditLogListResponse.ApiKeyDeleted> apiKeyDeleted)
Sets Builder.apiKeyDeleted to an arbitrary JSON value.
You should usually call Builder.apiKeyDeleted with a well-typed ApiKeyDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
apiKeyUpdated
final AuditLogListResponse.Builder apiKeyUpdated(AuditLogListResponse.ApiKeyUpdated apiKeyUpdated)
The details for events with this
type.
-
apiKeyUpdated
final AuditLogListResponse.Builder apiKeyUpdated(JsonField<AuditLogListResponse.ApiKeyUpdated> apiKeyUpdated)
Sets Builder.apiKeyUpdated to an arbitrary JSON value.
You should usually call Builder.apiKeyUpdated with a well-typed ApiKeyUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificateCreated
final AuditLogListResponse.Builder certificateCreated(AuditLogListResponse.CertificateCreated certificateCreated)
The details for events with this
type.
-
certificateCreated
final AuditLogListResponse.Builder certificateCreated(JsonField<AuditLogListResponse.CertificateCreated> certificateCreated)
Sets Builder.certificateCreated to an arbitrary JSON value.
You should usually call Builder.certificateCreated with a well-typed CertificateCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificateDeleted
final AuditLogListResponse.Builder certificateDeleted(AuditLogListResponse.CertificateDeleted certificateDeleted)
The details for events with this
type.
-
certificateDeleted
final AuditLogListResponse.Builder certificateDeleted(JsonField<AuditLogListResponse.CertificateDeleted> certificateDeleted)
Sets Builder.certificateDeleted to an arbitrary JSON value.
You should usually call Builder.certificateDeleted with a well-typed CertificateDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificateUpdated
final AuditLogListResponse.Builder certificateUpdated(AuditLogListResponse.CertificateUpdated certificateUpdated)
The details for events with this
type.
-
certificateUpdated
final AuditLogListResponse.Builder certificateUpdated(JsonField<AuditLogListResponse.CertificateUpdated> certificateUpdated)
Sets Builder.certificateUpdated to an arbitrary JSON value.
You should usually call Builder.certificateUpdated with a well-typed CertificateUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificatesActivated
final AuditLogListResponse.Builder certificatesActivated(AuditLogListResponse.CertificatesActivated certificatesActivated)
The details for events with this
type.
-
certificatesActivated
final AuditLogListResponse.Builder certificatesActivated(JsonField<AuditLogListResponse.CertificatesActivated> certificatesActivated)
Sets Builder.certificatesActivated to an arbitrary JSON value.
You should usually call Builder.certificatesActivated with a well-typed CertificatesActivated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificatesDeactivated
final AuditLogListResponse.Builder certificatesDeactivated(AuditLogListResponse.CertificatesDeactivated certificatesDeactivated)
The details for events with this
type.
-
certificatesDeactivated
final AuditLogListResponse.Builder certificatesDeactivated(JsonField<AuditLogListResponse.CertificatesDeactivated> certificatesDeactivated)
Sets Builder.certificatesDeactivated to an arbitrary JSON value.
You should usually call Builder.certificatesDeactivated with a well-typed CertificatesDeactivated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
checkpointPermissionCreated
final AuditLogListResponse.Builder checkpointPermissionCreated(AuditLogListResponse.CheckpointPermissionCreated checkpointPermissionCreated)
The project and fine-tuned model checkpoint that the checkpoint permission was created for.
-
checkpointPermissionCreated
final AuditLogListResponse.Builder checkpointPermissionCreated(JsonField<AuditLogListResponse.CheckpointPermissionCreated> checkpointPermissionCreated)
Sets Builder.checkpointPermissionCreated to an arbitrary JSON value.
You should usually call Builder.checkpointPermissionCreated with a well-typed CheckpointPermissionCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
checkpointPermissionDeleted
final AuditLogListResponse.Builder checkpointPermissionDeleted(AuditLogListResponse.CheckpointPermissionDeleted checkpointPermissionDeleted)
The details for events with this
type.
-
checkpointPermissionDeleted
final AuditLogListResponse.Builder checkpointPermissionDeleted(JsonField<AuditLogListResponse.CheckpointPermissionDeleted> checkpointPermissionDeleted)
Sets Builder.checkpointPermissionDeleted to an arbitrary JSON value.
You should usually call Builder.checkpointPermissionDeleted with a well-typed CheckpointPermissionDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
externalKeyRegistered
final AuditLogListResponse.Builder externalKeyRegistered(AuditLogListResponse.ExternalKeyRegistered externalKeyRegistered)
The details for events with this
type.
-
externalKeyRegistered
final AuditLogListResponse.Builder externalKeyRegistered(JsonField<AuditLogListResponse.ExternalKeyRegistered> externalKeyRegistered)
Sets Builder.externalKeyRegistered to an arbitrary JSON value.
You should usually call Builder.externalKeyRegistered with a well-typed ExternalKeyRegistered value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
externalKeyRemoved
final AuditLogListResponse.Builder externalKeyRemoved(AuditLogListResponse.ExternalKeyRemoved externalKeyRemoved)
The details for events with this
type.
-
externalKeyRemoved
final AuditLogListResponse.Builder externalKeyRemoved(JsonField<AuditLogListResponse.ExternalKeyRemoved> externalKeyRemoved)
Sets Builder.externalKeyRemoved to an arbitrary JSON value.
You should usually call Builder.externalKeyRemoved with a well-typed ExternalKeyRemoved value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
groupCreated
final AuditLogListResponse.Builder groupCreated(AuditLogListResponse.GroupCreated groupCreated)
The details for events with this
type.
-
groupCreated
final AuditLogListResponse.Builder groupCreated(JsonField<AuditLogListResponse.GroupCreated> groupCreated)
Sets Builder.groupCreated to an arbitrary JSON value.
You should usually call Builder.groupCreated with a well-typed GroupCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
groupDeleted
final AuditLogListResponse.Builder groupDeleted(AuditLogListResponse.GroupDeleted groupDeleted)
The details for events with this
type.
-
groupDeleted
final AuditLogListResponse.Builder groupDeleted(JsonField<AuditLogListResponse.GroupDeleted> groupDeleted)
Sets Builder.groupDeleted to an arbitrary JSON value.
You should usually call Builder.groupDeleted with a well-typed GroupDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
groupUpdated
final AuditLogListResponse.Builder groupUpdated(AuditLogListResponse.GroupUpdated groupUpdated)
The details for events with this
type.
-
groupUpdated
final AuditLogListResponse.Builder groupUpdated(JsonField<AuditLogListResponse.GroupUpdated> groupUpdated)
Sets Builder.groupUpdated to an arbitrary JSON value.
You should usually call Builder.groupUpdated with a well-typed GroupUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inviteAccepted
final AuditLogListResponse.Builder inviteAccepted(AuditLogListResponse.InviteAccepted inviteAccepted)
The details for events with this
type.
-
inviteAccepted
final AuditLogListResponse.Builder inviteAccepted(JsonField<AuditLogListResponse.InviteAccepted> inviteAccepted)
Sets Builder.inviteAccepted to an arbitrary JSON value.
You should usually call Builder.inviteAccepted with a well-typed InviteAccepted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inviteDeleted
final AuditLogListResponse.Builder inviteDeleted(AuditLogListResponse.InviteDeleted inviteDeleted)
The details for events with this
type.
-
inviteDeleted
final AuditLogListResponse.Builder inviteDeleted(JsonField<AuditLogListResponse.InviteDeleted> inviteDeleted)
Sets Builder.inviteDeleted to an arbitrary JSON value.
You should usually call Builder.inviteDeleted with a well-typed InviteDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inviteSent
final AuditLogListResponse.Builder inviteSent(AuditLogListResponse.InviteSent inviteSent)
The details for events with this
type.
-
inviteSent
final AuditLogListResponse.Builder inviteSent(JsonField<AuditLogListResponse.InviteSent> inviteSent)
Sets Builder.inviteSent to an arbitrary JSON value.
You should usually call Builder.inviteSent with a well-typed InviteSent value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAllowlistConfigActivated
final AuditLogListResponse.Builder ipAllowlistConfigActivated(AuditLogListResponse.IpAllowlistConfigActivated ipAllowlistConfigActivated)
The details for events with this
type.
-
ipAllowlistConfigActivated
final AuditLogListResponse.Builder ipAllowlistConfigActivated(JsonField<AuditLogListResponse.IpAllowlistConfigActivated> ipAllowlistConfigActivated)
Sets Builder.ipAllowlistConfigActivated to an arbitrary JSON value.
You should usually call Builder.ipAllowlistConfigActivated with a well-typed IpAllowlistConfigActivated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAllowlistConfigDeactivated
final AuditLogListResponse.Builder ipAllowlistConfigDeactivated(AuditLogListResponse.IpAllowlistConfigDeactivated ipAllowlistConfigDeactivated)
The details for events with this
type.
-
ipAllowlistConfigDeactivated
final AuditLogListResponse.Builder ipAllowlistConfigDeactivated(JsonField<AuditLogListResponse.IpAllowlistConfigDeactivated> ipAllowlistConfigDeactivated)
Sets Builder.ipAllowlistConfigDeactivated to an arbitrary JSON value.
You should usually call Builder.ipAllowlistConfigDeactivated with a well-typed IpAllowlistConfigDeactivated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAllowlistCreated
final AuditLogListResponse.Builder ipAllowlistCreated(AuditLogListResponse.IpAllowlistCreated ipAllowlistCreated)
The details for events with this
type.
-
ipAllowlistCreated
final AuditLogListResponse.Builder ipAllowlistCreated(JsonField<AuditLogListResponse.IpAllowlistCreated> ipAllowlistCreated)
Sets Builder.ipAllowlistCreated to an arbitrary JSON value.
You should usually call Builder.ipAllowlistCreated with a well-typed IpAllowlistCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAllowlistDeleted
final AuditLogListResponse.Builder ipAllowlistDeleted(AuditLogListResponse.IpAllowlistDeleted ipAllowlistDeleted)
The details for events with this
type.
-
ipAllowlistDeleted
final AuditLogListResponse.Builder ipAllowlistDeleted(JsonField<AuditLogListResponse.IpAllowlistDeleted> ipAllowlistDeleted)
Sets Builder.ipAllowlistDeleted to an arbitrary JSON value.
You should usually call Builder.ipAllowlistDeleted with a well-typed IpAllowlistDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAllowlistUpdated
final AuditLogListResponse.Builder ipAllowlistUpdated(AuditLogListResponse.IpAllowlistUpdated ipAllowlistUpdated)
The details for events with this
type.
-
ipAllowlistUpdated
final AuditLogListResponse.Builder ipAllowlistUpdated(JsonField<AuditLogListResponse.IpAllowlistUpdated> ipAllowlistUpdated)
Sets Builder.ipAllowlistUpdated to an arbitrary JSON value.
You should usually call Builder.ipAllowlistUpdated with a well-typed IpAllowlistUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
loginFailed
final AuditLogListResponse.Builder loginFailed(AuditLogListResponse.LoginFailed loginFailed)
The details for events with this
type.
-
loginFailed
final AuditLogListResponse.Builder loginFailed(JsonField<AuditLogListResponse.LoginFailed> loginFailed)
Sets Builder.loginFailed to an arbitrary JSON value.
You should usually call Builder.loginFailed with a well-typed LoginFailed value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
loginSucceeded
final AuditLogListResponse.Builder loginSucceeded(JsonValue loginSucceeded)
This event has no additional fields beyond the standard audit log attributes.
-
logoutFailed
final AuditLogListResponse.Builder logoutFailed(AuditLogListResponse.LogoutFailed logoutFailed)
The details for events with this
type.
-
logoutFailed
final AuditLogListResponse.Builder logoutFailed(JsonField<AuditLogListResponse.LogoutFailed> logoutFailed)
Sets Builder.logoutFailed to an arbitrary JSON value.
You should usually call Builder.logoutFailed with a well-typed LogoutFailed value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
logoutSucceeded
final AuditLogListResponse.Builder logoutSucceeded(JsonValue logoutSucceeded)
This event has no additional fields beyond the standard audit log attributes.
-
organizationUpdated
final AuditLogListResponse.Builder organizationUpdated(AuditLogListResponse.OrganizationUpdated organizationUpdated)
The details for events with this
type.
-
organizationUpdated
final AuditLogListResponse.Builder organizationUpdated(JsonField<AuditLogListResponse.OrganizationUpdated> organizationUpdated)
Sets Builder.organizationUpdated to an arbitrary JSON value.
You should usually call Builder.organizationUpdated with a well-typed OrganizationUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
project
final AuditLogListResponse.Builder project(AuditLogListResponse.Project project)
The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.
-
project
final AuditLogListResponse.Builder project(JsonField<AuditLogListResponse.Project> project)
Sets Builder.project to an arbitrary JSON value.
You should usually call Builder.project with a well-typed Project value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectArchived
final AuditLogListResponse.Builder projectArchived(AuditLogListResponse.ProjectArchived projectArchived)
The details for events with this
type.
-
projectArchived
final AuditLogListResponse.Builder projectArchived(JsonField<AuditLogListResponse.ProjectArchived> projectArchived)
Sets Builder.projectArchived to an arbitrary JSON value.
You should usually call Builder.projectArchived with a well-typed ProjectArchived value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectCreated
final AuditLogListResponse.Builder projectCreated(AuditLogListResponse.ProjectCreated projectCreated)
The details for events with this
type.
-
projectCreated
final AuditLogListResponse.Builder projectCreated(JsonField<AuditLogListResponse.ProjectCreated> projectCreated)
Sets Builder.projectCreated to an arbitrary JSON value.
You should usually call Builder.projectCreated with a well-typed ProjectCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectDeleted
final AuditLogListResponse.Builder projectDeleted(AuditLogListResponse.ProjectDeleted projectDeleted)
The details for events with this
type.
-
projectDeleted
final AuditLogListResponse.Builder projectDeleted(JsonField<AuditLogListResponse.ProjectDeleted> projectDeleted)
Sets Builder.projectDeleted to an arbitrary JSON value.
You should usually call Builder.projectDeleted with a well-typed ProjectDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectUpdated
final AuditLogListResponse.Builder projectUpdated(AuditLogListResponse.ProjectUpdated projectUpdated)
The details for events with this
type.
-
projectUpdated
final AuditLogListResponse.Builder projectUpdated(JsonField<AuditLogListResponse.ProjectUpdated> projectUpdated)
Sets Builder.projectUpdated to an arbitrary JSON value.
You should usually call Builder.projectUpdated with a well-typed ProjectUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rateLimitDeleted
final AuditLogListResponse.Builder rateLimitDeleted(AuditLogListResponse.RateLimitDeleted rateLimitDeleted)
The details for events with this
type.
-
rateLimitDeleted
final AuditLogListResponse.Builder rateLimitDeleted(JsonField<AuditLogListResponse.RateLimitDeleted> rateLimitDeleted)
Sets Builder.rateLimitDeleted to an arbitrary JSON value.
You should usually call Builder.rateLimitDeleted with a well-typed RateLimitDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rateLimitUpdated
final AuditLogListResponse.Builder rateLimitUpdated(AuditLogListResponse.RateLimitUpdated rateLimitUpdated)
The details for events with this
type.
-
rateLimitUpdated
final AuditLogListResponse.Builder rateLimitUpdated(JsonField<AuditLogListResponse.RateLimitUpdated> rateLimitUpdated)
Sets Builder.rateLimitUpdated to an arbitrary JSON value.
You should usually call Builder.rateLimitUpdated with a well-typed RateLimitUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleAssignmentCreated
final AuditLogListResponse.Builder roleAssignmentCreated(AuditLogListResponse.RoleAssignmentCreated roleAssignmentCreated)
The details for events with this
type.
-
roleAssignmentCreated
final AuditLogListResponse.Builder roleAssignmentCreated(JsonField<AuditLogListResponse.RoleAssignmentCreated> roleAssignmentCreated)
Sets Builder.roleAssignmentCreated to an arbitrary JSON value.
You should usually call Builder.roleAssignmentCreated with a well-typed RoleAssignmentCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleAssignmentDeleted
final AuditLogListResponse.Builder roleAssignmentDeleted(AuditLogListResponse.RoleAssignmentDeleted roleAssignmentDeleted)
The details for events with this
type.
-
roleAssignmentDeleted
final AuditLogListResponse.Builder roleAssignmentDeleted(JsonField<AuditLogListResponse.RoleAssignmentDeleted> roleAssignmentDeleted)
Sets Builder.roleAssignmentDeleted to an arbitrary JSON value.
You should usually call Builder.roleAssignmentDeleted with a well-typed RoleAssignmentDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleCreated
final AuditLogListResponse.Builder roleCreated(AuditLogListResponse.RoleCreated roleCreated)
The details for events with this
type.
-
roleCreated
final AuditLogListResponse.Builder roleCreated(JsonField<AuditLogListResponse.RoleCreated> roleCreated)
Sets Builder.roleCreated to an arbitrary JSON value.
You should usually call Builder.roleCreated with a well-typed RoleCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleDeleted
final AuditLogListResponse.Builder roleDeleted(AuditLogListResponse.RoleDeleted roleDeleted)
The details for events with this
type.
-
roleDeleted
final AuditLogListResponse.Builder roleDeleted(JsonField<AuditLogListResponse.RoleDeleted> roleDeleted)
Sets Builder.roleDeleted to an arbitrary JSON value.
You should usually call Builder.roleDeleted with a well-typed RoleDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleUpdated
final AuditLogListResponse.Builder roleUpdated(AuditLogListResponse.RoleUpdated roleUpdated)
The details for events with this
type.
-
roleUpdated
final AuditLogListResponse.Builder roleUpdated(JsonField<AuditLogListResponse.RoleUpdated> roleUpdated)
Sets Builder.roleUpdated to an arbitrary JSON value.
You should usually call Builder.roleUpdated with a well-typed RoleUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
scimDisabled
final AuditLogListResponse.Builder scimDisabled(AuditLogListResponse.ScimDisabled scimDisabled)
The details for events with this
type.
-
scimDisabled
final AuditLogListResponse.Builder scimDisabled(JsonField<AuditLogListResponse.ScimDisabled> scimDisabled)
Sets Builder.scimDisabled to an arbitrary JSON value.
You should usually call Builder.scimDisabled with a well-typed ScimDisabled value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
scimEnabled
final AuditLogListResponse.Builder scimEnabled(AuditLogListResponse.ScimEnabled scimEnabled)
The details for events with this
type.
-
scimEnabled
final AuditLogListResponse.Builder scimEnabled(JsonField<AuditLogListResponse.ScimEnabled> scimEnabled)
Sets Builder.scimEnabled to an arbitrary JSON value.
You should usually call Builder.scimEnabled with a well-typed ScimEnabled value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceAccountCreated
final AuditLogListResponse.Builder serviceAccountCreated(AuditLogListResponse.ServiceAccountCreated serviceAccountCreated)
The details for events with this
type.
-
serviceAccountCreated
final AuditLogListResponse.Builder serviceAccountCreated(JsonField<AuditLogListResponse.ServiceAccountCreated> serviceAccountCreated)
Sets Builder.serviceAccountCreated to an arbitrary JSON value.
You should usually call Builder.serviceAccountCreated with a well-typed ServiceAccountCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceAccountDeleted
final AuditLogListResponse.Builder serviceAccountDeleted(AuditLogListResponse.ServiceAccountDeleted serviceAccountDeleted)
The details for events with this
type.
-
serviceAccountDeleted
final AuditLogListResponse.Builder serviceAccountDeleted(JsonField<AuditLogListResponse.ServiceAccountDeleted> serviceAccountDeleted)
Sets Builder.serviceAccountDeleted to an arbitrary JSON value.
You should usually call Builder.serviceAccountDeleted with a well-typed ServiceAccountDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceAccountUpdated
final AuditLogListResponse.Builder serviceAccountUpdated(AuditLogListResponse.ServiceAccountUpdated serviceAccountUpdated)
The details for events with this
type.
-
serviceAccountUpdated
final AuditLogListResponse.Builder serviceAccountUpdated(JsonField<AuditLogListResponse.ServiceAccountUpdated> serviceAccountUpdated)
Sets Builder.serviceAccountUpdated to an arbitrary JSON value.
You should usually call Builder.serviceAccountUpdated with a well-typed ServiceAccountUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
userAdded
final AuditLogListResponse.Builder userAdded(AuditLogListResponse.UserAdded userAdded)
The details for events with this
type.
-
userAdded
final AuditLogListResponse.Builder userAdded(JsonField<AuditLogListResponse.UserAdded> userAdded)
Sets Builder.userAdded to an arbitrary JSON value.
You should usually call Builder.userAdded with a well-typed UserAdded value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
userDeleted
final AuditLogListResponse.Builder userDeleted(AuditLogListResponse.UserDeleted userDeleted)
The details for events with this
type.
-
userDeleted
final AuditLogListResponse.Builder userDeleted(JsonField<AuditLogListResponse.UserDeleted> userDeleted)
Sets Builder.userDeleted to an arbitrary JSON value.
You should usually call Builder.userDeleted with a well-typed UserDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
userUpdated
final AuditLogListResponse.Builder userUpdated(AuditLogListResponse.UserUpdated userUpdated)
The details for events with this
type.
-
userUpdated
final AuditLogListResponse.Builder userUpdated(JsonField<AuditLogListResponse.UserUpdated> userUpdated)
Sets Builder.userUpdated to an arbitrary JSON value.
You should usually call Builder.userUpdated with a well-typed UserUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderMappingCreated
final AuditLogListResponse.Builder workloadIdentityProviderMappingCreated(AuditLogListResponse.WorkloadIdentityProviderMappingCreated workloadIdentityProviderMappingCreated)
The details for events with this
type.
-
workloadIdentityProviderMappingCreated
final AuditLogListResponse.Builder workloadIdentityProviderMappingCreated(JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingCreated> workloadIdentityProviderMappingCreated)
Sets Builder.workloadIdentityProviderMappingCreated to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderMappingCreated with a well-typed WorkloadIdentityProviderMappingCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderMappingDeleted
final AuditLogListResponse.Builder workloadIdentityProviderMappingDeleted(AuditLogListResponse.WorkloadIdentityProviderMappingDeleted workloadIdentityProviderMappingDeleted)
The details for events with this
type.
-
workloadIdentityProviderMappingDeleted
final AuditLogListResponse.Builder workloadIdentityProviderMappingDeleted(JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingDeleted> workloadIdentityProviderMappingDeleted)
Sets Builder.workloadIdentityProviderMappingDeleted to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderMappingDeleted with a well-typed WorkloadIdentityProviderMappingDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderMappingUpdated
final AuditLogListResponse.Builder workloadIdentityProviderMappingUpdated(AuditLogListResponse.WorkloadIdentityProviderMappingUpdated workloadIdentityProviderMappingUpdated)
The details for events with this
type.
-
workloadIdentityProviderMappingUpdated
final AuditLogListResponse.Builder workloadIdentityProviderMappingUpdated(JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingUpdated> workloadIdentityProviderMappingUpdated)
Sets Builder.workloadIdentityProviderMappingUpdated to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderMappingUpdated with a well-typed WorkloadIdentityProviderMappingUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderCreated
final AuditLogListResponse.Builder workloadIdentityProviderCreated(AuditLogListResponse.WorkloadIdentityProviderCreated workloadIdentityProviderCreated)
The details for events with this
type.
-
workloadIdentityProviderCreated
final AuditLogListResponse.Builder workloadIdentityProviderCreated(JsonField<AuditLogListResponse.WorkloadIdentityProviderCreated> workloadIdentityProviderCreated)
Sets Builder.workloadIdentityProviderCreated to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderCreated with a well-typed WorkloadIdentityProviderCreated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderDeleted
final AuditLogListResponse.Builder workloadIdentityProviderDeleted(AuditLogListResponse.WorkloadIdentityProviderDeleted workloadIdentityProviderDeleted)
The details for events with this
type.
-
workloadIdentityProviderDeleted
final AuditLogListResponse.Builder workloadIdentityProviderDeleted(JsonField<AuditLogListResponse.WorkloadIdentityProviderDeleted> workloadIdentityProviderDeleted)
Sets Builder.workloadIdentityProviderDeleted to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderDeleted with a well-typed WorkloadIdentityProviderDeleted value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workloadIdentityProviderUpdated
final AuditLogListResponse.Builder workloadIdentityProviderUpdated(AuditLogListResponse.WorkloadIdentityProviderUpdated workloadIdentityProviderUpdated)
The details for events with this
type.
-
workloadIdentityProviderUpdated
final AuditLogListResponse.Builder workloadIdentityProviderUpdated(JsonField<AuditLogListResponse.WorkloadIdentityProviderUpdated> workloadIdentityProviderUpdated)
Sets Builder.workloadIdentityProviderUpdated to an arbitrary JSON value.
You should usually call Builder.workloadIdentityProviderUpdated with a well-typed WorkloadIdentityProviderUpdated value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse build()
Returns an immutable instance of AuditLogListResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .effectiveAt() .type()
-
-
-
-