Class AuditLogListResponse.WorkloadIdentityProviderMappingUpdated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.WorkloadIdentityProviderMappingUpdatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.WorkloadIdentityProviderMappingUpdated.BuilderA builder for WorkloadIdentityProviderMappingUpdated.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The workload identity provider mapping ID. final JsonValue_changesRequested()The payload used to update the workload identity provider mapping. final Optional<String>identityProviderId()The workload identity provider ID. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_identityProviderId()Returns the raw JSON value of identityProviderId. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.WorkloadIdentityProviderMappingUpdated.BuildertoBuilder()final AuditLogListResponse.WorkloadIdentityProviderMappingUpdatedvalidate()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.WorkloadIdentityProviderMappingUpdated.Builderbuilder()Returns a mutable builder for constructing an instance of WorkloadIdentityProviderMappingUpdated. -
-
Method Detail
-
_changesRequested
final JsonValue _changesRequested()
The payload used to update the workload identity provider mapping.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = workloadIdentityProviderMappingUpdated.changesRequested().convert(MyClass.class);
-
identityProviderId
final Optional<String> identityProviderId()
The workload identity provider ID.
-
_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.
-
_identityProviderId
final JsonField<String> _identityProviderId()
Returns the raw JSON value of identityProviderId.
Unlike identityProviderId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.WorkloadIdentityProviderMappingUpdated.Builder toBuilder()
-
validate
final AuditLogListResponse.WorkloadIdentityProviderMappingUpdated 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.WorkloadIdentityProviderMappingUpdated.Builder builder()
Returns a mutable builder for constructing an instance of WorkloadIdentityProviderMappingUpdated.
-
-
-
-