Class AuditLogListResponse
-
- All Implemented Interfaces:
public final class AuditLogListResponseA log of a user action or configuration change within this organization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.BuilderA builder for AuditLogListResponse.
public final classAuditLogListResponse.TypeThe event type.
public final classAuditLogListResponse.ActorThe actor who performed the audit logged action.
public final classAuditLogListResponse.ApiKeyCreatedThe details for events with this
type.public final classAuditLogListResponse.ApiKeyDeletedThe details for events with this
type.public final classAuditLogListResponse.ApiKeyUpdatedThe details for events with this
type.public final classAuditLogListResponse.CertificateCreatedThe details for events with this
type.public final classAuditLogListResponse.CertificateDeletedThe details for events with this
type.public final classAuditLogListResponse.CertificateUpdatedThe details for events with this
type.public final classAuditLogListResponse.CertificatesActivatedThe details for events with this
type.public final classAuditLogListResponse.CertificatesDeactivatedThe details for events with this
type.public final classAuditLogListResponse.CheckpointPermissionCreatedThe project and fine-tuned model checkpoint that the checkpoint permission was created for.
public final classAuditLogListResponse.CheckpointPermissionDeletedThe details for events with this
type.public final classAuditLogListResponse.ExternalKeyRegisteredThe details for events with this
type.public final classAuditLogListResponse.ExternalKeyRemovedThe details for events with this
type.public final classAuditLogListResponse.GroupCreatedThe details for events with this
type.public final classAuditLogListResponse.GroupDeletedThe details for events with this
type.public final classAuditLogListResponse.GroupUpdatedThe details for events with this
type.public final classAuditLogListResponse.InviteAcceptedThe details for events with this
type.public final classAuditLogListResponse.InviteDeletedThe details for events with this
type.public final classAuditLogListResponse.InviteSentThe details for events with this
type.public final classAuditLogListResponse.IpAllowlistConfigActivatedThe details for events with this
type.public final classAuditLogListResponse.IpAllowlistConfigDeactivatedThe details for events with this
type.public final classAuditLogListResponse.IpAllowlistCreatedThe details for events with this
type.public final classAuditLogListResponse.IpAllowlistDeletedThe details for events with this
type.public final classAuditLogListResponse.IpAllowlistUpdatedThe details for events with this
type.public final classAuditLogListResponse.LoginFailedThe details for events with this
type.public final classAuditLogListResponse.LogoutFailedThe details for events with this
type.public final classAuditLogListResponse.OrganizationUpdatedThe details for events with this
type.public final classAuditLogListResponse.ProjectThe 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.
public final classAuditLogListResponse.ProjectArchivedThe details for events with this
type.public final classAuditLogListResponse.ProjectCreatedThe details for events with this
type.public final classAuditLogListResponse.ProjectDeletedThe details for events with this
type.public final classAuditLogListResponse.ProjectUpdatedThe details for events with this
type.public final classAuditLogListResponse.RateLimitDeletedThe details for events with this
type.public final classAuditLogListResponse.RateLimitUpdatedThe details for events with this
type.public final classAuditLogListResponse.RoleAssignmentCreatedThe details for events with this
type.public final classAuditLogListResponse.RoleAssignmentDeletedThe details for events with this
type.public final classAuditLogListResponse.RoleCreatedThe details for events with this
type.public final classAuditLogListResponse.RoleDeletedThe details for events with this
type.public final classAuditLogListResponse.RoleUpdatedThe details for events with this
type.public final classAuditLogListResponse.ScimDisabledThe details for events with this
type.public final classAuditLogListResponse.ScimEnabledThe details for events with this
type.public final classAuditLogListResponse.ServiceAccountCreatedThe details for events with this
type.public final classAuditLogListResponse.ServiceAccountDeletedThe details for events with this
type.public final classAuditLogListResponse.ServiceAccountUpdatedThe details for events with this
type.public final classAuditLogListResponse.UserAddedThe details for events with this
type.public final classAuditLogListResponse.UserDeletedThe details for events with this
type.public final classAuditLogListResponse.UserUpdatedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderMappingCreatedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderMappingDeletedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderMappingUpdatedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderCreatedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderDeletedThe details for events with this
type.public final classAuditLogListResponse.WorkloadIdentityProviderUpdatedThe details for events with this
type.
-
Method Summary
-
-
Method Detail
-
effectiveAt
final Long effectiveAt()
The Unix timestamp (in seconds) of the event.
-
type
final AuditLogListResponse.Type type()
The event type.
-
actor
final Optional<AuditLogListResponse.Actor> actor()
The actor who performed the audit logged action.
-
apiKeyCreated
final Optional<AuditLogListResponse.ApiKeyCreated> apiKeyCreated()
The details for events with this
type.
-
apiKeyDeleted
final Optional<AuditLogListResponse.ApiKeyDeleted> apiKeyDeleted()
The details for events with this
type.
-
apiKeyUpdated
final Optional<AuditLogListResponse.ApiKeyUpdated> apiKeyUpdated()
The details for events with this
type.
-
certificateCreated
final Optional<AuditLogListResponse.CertificateCreated> certificateCreated()
The details for events with this
type.
-
certificateDeleted
final Optional<AuditLogListResponse.CertificateDeleted> certificateDeleted()
The details for events with this
type.
-
certificateUpdated
final Optional<AuditLogListResponse.CertificateUpdated> certificateUpdated()
The details for events with this
type.
-
certificatesActivated
final Optional<AuditLogListResponse.CertificatesActivated> certificatesActivated()
The details for events with this
type.
-
certificatesDeactivated
final Optional<AuditLogListResponse.CertificatesDeactivated> certificatesDeactivated()
The details for events with this
type.
-
checkpointPermissionCreated
final Optional<AuditLogListResponse.CheckpointPermissionCreated> checkpointPermissionCreated()
The project and fine-tuned model checkpoint that the checkpoint permission was created for.
-
checkpointPermissionDeleted
final Optional<AuditLogListResponse.CheckpointPermissionDeleted> checkpointPermissionDeleted()
The details for events with this
type.
-
externalKeyRegistered
final Optional<AuditLogListResponse.ExternalKeyRegistered> externalKeyRegistered()
The details for events with this
type.
-
externalKeyRemoved
final Optional<AuditLogListResponse.ExternalKeyRemoved> externalKeyRemoved()
The details for events with this
type.
-
groupCreated
final Optional<AuditLogListResponse.GroupCreated> groupCreated()
The details for events with this
type.
-
groupDeleted
final Optional<AuditLogListResponse.GroupDeleted> groupDeleted()
The details for events with this
type.
-
groupUpdated
final Optional<AuditLogListResponse.GroupUpdated> groupUpdated()
The details for events with this
type.
-
inviteAccepted
final Optional<AuditLogListResponse.InviteAccepted> inviteAccepted()
The details for events with this
type.
-
inviteDeleted
final Optional<AuditLogListResponse.InviteDeleted> inviteDeleted()
The details for events with this
type.
-
inviteSent
final Optional<AuditLogListResponse.InviteSent> inviteSent()
The details for events with this
type.
-
ipAllowlistConfigActivated
final Optional<AuditLogListResponse.IpAllowlistConfigActivated> ipAllowlistConfigActivated()
The details for events with this
type.
-
ipAllowlistConfigDeactivated
final Optional<AuditLogListResponse.IpAllowlistConfigDeactivated> ipAllowlistConfigDeactivated()
The details for events with this
type.
-
ipAllowlistCreated
final Optional<AuditLogListResponse.IpAllowlistCreated> ipAllowlistCreated()
The details for events with this
type.
-
ipAllowlistDeleted
final Optional<AuditLogListResponse.IpAllowlistDeleted> ipAllowlistDeleted()
The details for events with this
type.
-
ipAllowlistUpdated
final Optional<AuditLogListResponse.IpAllowlistUpdated> ipAllowlistUpdated()
The details for events with this
type.
-
loginFailed
final Optional<AuditLogListResponse.LoginFailed> loginFailed()
The details for events with this
type.
-
_loginSucceeded
final JsonValue _loginSucceeded()
This event has no additional fields beyond the standard audit log attributes.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = auditLogListResponse.loginSucceeded().convert(MyClass.class);
-
logoutFailed
final Optional<AuditLogListResponse.LogoutFailed> logoutFailed()
The details for events with this
type.
-
_logoutSucceeded
final JsonValue _logoutSucceeded()
This event has no additional fields beyond the standard audit log attributes.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = auditLogListResponse.logoutSucceeded().convert(MyClass.class);
-
organizationUpdated
final Optional<AuditLogListResponse.OrganizationUpdated> organizationUpdated()
The details for events with this
type.
-
project
final Optional<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.
-
projectArchived
final Optional<AuditLogListResponse.ProjectArchived> projectArchived()
The details for events with this
type.
-
projectCreated
final Optional<AuditLogListResponse.ProjectCreated> projectCreated()
The details for events with this
type.
-
projectDeleted
final Optional<AuditLogListResponse.ProjectDeleted> projectDeleted()
The details for events with this
type.
-
projectUpdated
final Optional<AuditLogListResponse.ProjectUpdated> projectUpdated()
The details for events with this
type.
-
rateLimitDeleted
final Optional<AuditLogListResponse.RateLimitDeleted> rateLimitDeleted()
The details for events with this
type.
-
rateLimitUpdated
final Optional<AuditLogListResponse.RateLimitUpdated> rateLimitUpdated()
The details for events with this
type.
-
roleAssignmentCreated
final Optional<AuditLogListResponse.RoleAssignmentCreated> roleAssignmentCreated()
The details for events with this
type.
-
roleAssignmentDeleted
final Optional<AuditLogListResponse.RoleAssignmentDeleted> roleAssignmentDeleted()
The details for events with this
type.
-
roleCreated
final Optional<AuditLogListResponse.RoleCreated> roleCreated()
The details for events with this
type.
-
roleDeleted
final Optional<AuditLogListResponse.RoleDeleted> roleDeleted()
The details for events with this
type.
-
roleUpdated
final Optional<AuditLogListResponse.RoleUpdated> roleUpdated()
The details for events with this
type.
-
scimDisabled
final Optional<AuditLogListResponse.ScimDisabled> scimDisabled()
The details for events with this
type.
-
scimEnabled
final Optional<AuditLogListResponse.ScimEnabled> scimEnabled()
The details for events with this
type.
-
serviceAccountCreated
final Optional<AuditLogListResponse.ServiceAccountCreated> serviceAccountCreated()
The details for events with this
type.
-
serviceAccountDeleted
final Optional<AuditLogListResponse.ServiceAccountDeleted> serviceAccountDeleted()
The details for events with this
type.
-
serviceAccountUpdated
final Optional<AuditLogListResponse.ServiceAccountUpdated> serviceAccountUpdated()
The details for events with this
type.
-
userAdded
final Optional<AuditLogListResponse.UserAdded> userAdded()
The details for events with this
type.
-
userDeleted
final Optional<AuditLogListResponse.UserDeleted> userDeleted()
The details for events with this
type.
-
userUpdated
final Optional<AuditLogListResponse.UserUpdated> userUpdated()
The details for events with this
type.
-
workloadIdentityProviderMappingCreated
final Optional<AuditLogListResponse.WorkloadIdentityProviderMappingCreated> workloadIdentityProviderMappingCreated()
The details for events with this
type.
-
workloadIdentityProviderMappingDeleted
final Optional<AuditLogListResponse.WorkloadIdentityProviderMappingDeleted> workloadIdentityProviderMappingDeleted()
The details for events with this
type.
-
workloadIdentityProviderMappingUpdated
final Optional<AuditLogListResponse.WorkloadIdentityProviderMappingUpdated> workloadIdentityProviderMappingUpdated()
The details for events with this
type.
-
workloadIdentityProviderCreated
final Optional<AuditLogListResponse.WorkloadIdentityProviderCreated> workloadIdentityProviderCreated()
The details for events with this
type.
-
workloadIdentityProviderDeleted
final Optional<AuditLogListResponse.WorkloadIdentityProviderDeleted> workloadIdentityProviderDeleted()
The details for events with this
type.
-
workloadIdentityProviderUpdated
final Optional<AuditLogListResponse.WorkloadIdentityProviderUpdated> workloadIdentityProviderUpdated()
The details for events with this
type.
-
_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.
-
_effectiveAt
final JsonField<Long> _effectiveAt()
Returns the raw JSON value of effectiveAt.
Unlike effectiveAt, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<AuditLogListResponse.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_actor
final JsonField<AuditLogListResponse.Actor> _actor()
Returns the raw JSON value of actor.
Unlike actor, this method doesn't throw if the JSON field has an unexpected type.
-
_apiKeyCreated
final JsonField<AuditLogListResponse.ApiKeyCreated> _apiKeyCreated()
Returns the raw JSON value of apiKeyCreated.
Unlike apiKeyCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_apiKeyDeleted
final JsonField<AuditLogListResponse.ApiKeyDeleted> _apiKeyDeleted()
Returns the raw JSON value of apiKeyDeleted.
Unlike apiKeyDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_apiKeyUpdated
final JsonField<AuditLogListResponse.ApiKeyUpdated> _apiKeyUpdated()
Returns the raw JSON value of apiKeyUpdated.
Unlike apiKeyUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_certificateCreated
final JsonField<AuditLogListResponse.CertificateCreated> _certificateCreated()
Returns the raw JSON value of certificateCreated.
Unlike certificateCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_certificateDeleted
final JsonField<AuditLogListResponse.CertificateDeleted> _certificateDeleted()
Returns the raw JSON value of certificateDeleted.
Unlike certificateDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_certificateUpdated
final JsonField<AuditLogListResponse.CertificateUpdated> _certificateUpdated()
Returns the raw JSON value of certificateUpdated.
Unlike certificateUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_certificatesActivated
final JsonField<AuditLogListResponse.CertificatesActivated> _certificatesActivated()
Returns the raw JSON value of certificatesActivated.
Unlike certificatesActivated, this method doesn't throw if the JSON field has an unexpected type.
-
_certificatesDeactivated
final JsonField<AuditLogListResponse.CertificatesDeactivated> _certificatesDeactivated()
Returns the raw JSON value of certificatesDeactivated.
Unlike certificatesDeactivated, this method doesn't throw if the JSON field has an unexpected type.
-
_checkpointPermissionCreated
final JsonField<AuditLogListResponse.CheckpointPermissionCreated> _checkpointPermissionCreated()
Returns the raw JSON value of checkpointPermissionCreated.
Unlike checkpointPermissionCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_checkpointPermissionDeleted
final JsonField<AuditLogListResponse.CheckpointPermissionDeleted> _checkpointPermissionDeleted()
Returns the raw JSON value of checkpointPermissionDeleted.
Unlike checkpointPermissionDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_externalKeyRegistered
final JsonField<AuditLogListResponse.ExternalKeyRegistered> _externalKeyRegistered()
Returns the raw JSON value of externalKeyRegistered.
Unlike externalKeyRegistered, this method doesn't throw if the JSON field has an unexpected type.
-
_externalKeyRemoved
final JsonField<AuditLogListResponse.ExternalKeyRemoved> _externalKeyRemoved()
Returns the raw JSON value of externalKeyRemoved.
Unlike externalKeyRemoved, this method doesn't throw if the JSON field has an unexpected type.
-
_groupCreated
final JsonField<AuditLogListResponse.GroupCreated> _groupCreated()
Returns the raw JSON value of groupCreated.
Unlike groupCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_groupDeleted
final JsonField<AuditLogListResponse.GroupDeleted> _groupDeleted()
Returns the raw JSON value of groupDeleted.
Unlike groupDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_groupUpdated
final JsonField<AuditLogListResponse.GroupUpdated> _groupUpdated()
Returns the raw JSON value of groupUpdated.
Unlike groupUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_inviteAccepted
final JsonField<AuditLogListResponse.InviteAccepted> _inviteAccepted()
Returns the raw JSON value of inviteAccepted.
Unlike inviteAccepted, this method doesn't throw if the JSON field has an unexpected type.
-
_inviteDeleted
final JsonField<AuditLogListResponse.InviteDeleted> _inviteDeleted()
Returns the raw JSON value of inviteDeleted.
Unlike inviteDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_inviteSent
final JsonField<AuditLogListResponse.InviteSent> _inviteSent()
Returns the raw JSON value of inviteSent.
Unlike inviteSent, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAllowlistConfigActivated
final JsonField<AuditLogListResponse.IpAllowlistConfigActivated> _ipAllowlistConfigActivated()
Returns the raw JSON value of ipAllowlistConfigActivated.
Unlike ipAllowlistConfigActivated, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAllowlistConfigDeactivated
final JsonField<AuditLogListResponse.IpAllowlistConfigDeactivated> _ipAllowlistConfigDeactivated()
Returns the raw JSON value of ipAllowlistConfigDeactivated.
Unlike ipAllowlistConfigDeactivated, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAllowlistCreated
final JsonField<AuditLogListResponse.IpAllowlistCreated> _ipAllowlistCreated()
Returns the raw JSON value of ipAllowlistCreated.
Unlike ipAllowlistCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAllowlistDeleted
final JsonField<AuditLogListResponse.IpAllowlistDeleted> _ipAllowlistDeleted()
Returns the raw JSON value of ipAllowlistDeleted.
Unlike ipAllowlistDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAllowlistUpdated
final JsonField<AuditLogListResponse.IpAllowlistUpdated> _ipAllowlistUpdated()
Returns the raw JSON value of ipAllowlistUpdated.
Unlike ipAllowlistUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_loginFailed
final JsonField<AuditLogListResponse.LoginFailed> _loginFailed()
Returns the raw JSON value of loginFailed.
Unlike loginFailed, this method doesn't throw if the JSON field has an unexpected type.
-
_logoutFailed
final JsonField<AuditLogListResponse.LogoutFailed> _logoutFailed()
Returns the raw JSON value of logoutFailed.
Unlike logoutFailed, this method doesn't throw if the JSON field has an unexpected type.
-
_organizationUpdated
final JsonField<AuditLogListResponse.OrganizationUpdated> _organizationUpdated()
Returns the raw JSON value of organizationUpdated.
Unlike organizationUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_project
final JsonField<AuditLogListResponse.Project> _project()
Returns the raw JSON value of project.
Unlike project, this method doesn't throw if the JSON field has an unexpected type.
-
_projectArchived
final JsonField<AuditLogListResponse.ProjectArchived> _projectArchived()
Returns the raw JSON value of projectArchived.
Unlike projectArchived, this method doesn't throw if the JSON field has an unexpected type.
-
_projectCreated
final JsonField<AuditLogListResponse.ProjectCreated> _projectCreated()
Returns the raw JSON value of projectCreated.
Unlike projectCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_projectDeleted
final JsonField<AuditLogListResponse.ProjectDeleted> _projectDeleted()
Returns the raw JSON value of projectDeleted.
Unlike projectDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_projectUpdated
final JsonField<AuditLogListResponse.ProjectUpdated> _projectUpdated()
Returns the raw JSON value of projectUpdated.
Unlike projectUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_rateLimitDeleted
final JsonField<AuditLogListResponse.RateLimitDeleted> _rateLimitDeleted()
Returns the raw JSON value of rateLimitDeleted.
Unlike rateLimitDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_rateLimitUpdated
final JsonField<AuditLogListResponse.RateLimitUpdated> _rateLimitUpdated()
Returns the raw JSON value of rateLimitUpdated.
Unlike rateLimitUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_roleAssignmentCreated
final JsonField<AuditLogListResponse.RoleAssignmentCreated> _roleAssignmentCreated()
Returns the raw JSON value of roleAssignmentCreated.
Unlike roleAssignmentCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_roleAssignmentDeleted
final JsonField<AuditLogListResponse.RoleAssignmentDeleted> _roleAssignmentDeleted()
Returns the raw JSON value of roleAssignmentDeleted.
Unlike roleAssignmentDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_roleCreated
final JsonField<AuditLogListResponse.RoleCreated> _roleCreated()
Returns the raw JSON value of roleCreated.
Unlike roleCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_roleDeleted
final JsonField<AuditLogListResponse.RoleDeleted> _roleDeleted()
Returns the raw JSON value of roleDeleted.
Unlike roleDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_roleUpdated
final JsonField<AuditLogListResponse.RoleUpdated> _roleUpdated()
Returns the raw JSON value of roleUpdated.
Unlike roleUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_scimDisabled
final JsonField<AuditLogListResponse.ScimDisabled> _scimDisabled()
Returns the raw JSON value of scimDisabled.
Unlike scimDisabled, this method doesn't throw if the JSON field has an unexpected type.
-
_scimEnabled
final JsonField<AuditLogListResponse.ScimEnabled> _scimEnabled()
Returns the raw JSON value of scimEnabled.
Unlike scimEnabled, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceAccountCreated
final JsonField<AuditLogListResponse.ServiceAccountCreated> _serviceAccountCreated()
Returns the raw JSON value of serviceAccountCreated.
Unlike serviceAccountCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceAccountDeleted
final JsonField<AuditLogListResponse.ServiceAccountDeleted> _serviceAccountDeleted()
Returns the raw JSON value of serviceAccountDeleted.
Unlike serviceAccountDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceAccountUpdated
final JsonField<AuditLogListResponse.ServiceAccountUpdated> _serviceAccountUpdated()
Returns the raw JSON value of serviceAccountUpdated.
Unlike serviceAccountUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_userAdded
final JsonField<AuditLogListResponse.UserAdded> _userAdded()
Returns the raw JSON value of userAdded.
Unlike userAdded, this method doesn't throw if the JSON field has an unexpected type.
-
_userDeleted
final JsonField<AuditLogListResponse.UserDeleted> _userDeleted()
Returns the raw JSON value of userDeleted.
Unlike userDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_userUpdated
final JsonField<AuditLogListResponse.UserUpdated> _userUpdated()
Returns the raw JSON value of userUpdated.
Unlike userUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderMappingCreated
final JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingCreated> _workloadIdentityProviderMappingCreated()
Returns the raw JSON value of workloadIdentityProviderMappingCreated.
Unlike workloadIdentityProviderMappingCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderMappingDeleted
final JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingDeleted> _workloadIdentityProviderMappingDeleted()
Returns the raw JSON value of workloadIdentityProviderMappingDeleted.
Unlike workloadIdentityProviderMappingDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderMappingUpdated
final JsonField<AuditLogListResponse.WorkloadIdentityProviderMappingUpdated> _workloadIdentityProviderMappingUpdated()
Returns the raw JSON value of workloadIdentityProviderMappingUpdated.
Unlike workloadIdentityProviderMappingUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderCreated
final JsonField<AuditLogListResponse.WorkloadIdentityProviderCreated> _workloadIdentityProviderCreated()
Returns the raw JSON value of workloadIdentityProviderCreated.
Unlike workloadIdentityProviderCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderDeleted
final JsonField<AuditLogListResponse.WorkloadIdentityProviderDeleted> _workloadIdentityProviderDeleted()
Returns the raw JSON value of workloadIdentityProviderDeleted.
Unlike workloadIdentityProviderDeleted, this method doesn't throw if the JSON field has an unexpected type.
-
_workloadIdentityProviderUpdated
final JsonField<AuditLogListResponse.WorkloadIdentityProviderUpdated> _workloadIdentityProviderUpdated()
Returns the raw JSON value of workloadIdentityProviderUpdated.
Unlike workloadIdentityProviderUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.Builder toBuilder()
-
validate
final AuditLogListResponse 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.Builder builder()
Returns a mutable builder for constructing an instance of AuditLogListResponse.
The following fields are required:
.id() .effectiveAt() .type()
-
-
-
-