Class BetaWebhookVaultCredentialArchivedEventData
-
- All Implemented Interfaces:
public final class BetaWebhookVaultCredentialArchivedEventData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaWebhookVaultCredentialArchivedEventData.BuilderA builder for BetaWebhookVaultCredentialArchivedEventData.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the vault credential that triggered the event. final StringorganizationId()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("vault_credential.archived")final StringvaultId()ID of the vault that owns this credential. final StringworkspaceId()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_organizationId()Returns the raw JSON value of organizationId. final JsonField<String>_vaultId()Returns the raw JSON value of vaultId. final JsonField<String>_workspaceId()Returns the raw JSON value of workspaceId. final Map<String, JsonValue>_additionalProperties()final BetaWebhookVaultCredentialArchivedEventData.BuildertoBuilder()final BetaWebhookVaultCredentialArchivedEventDatavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaWebhookVaultCredentialArchivedEventData.Builderbuilder()Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialArchivedEventData. -
-
Method Detail
-
organizationId
final String organizationId()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("vault_credential.archived")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
workspaceId
final String workspaceId()
-
_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.
-
_organizationId
final JsonField<String> _organizationId()
Returns the raw JSON value of organizationId.
Unlike organizationId, this method doesn't throw if the JSON field has an unexpected type.
-
_vaultId
final JsonField<String> _vaultId()
Returns the raw JSON value of vaultId.
Unlike vaultId, this method doesn't throw if the JSON field has an unexpected type.
-
_workspaceId
final JsonField<String> _workspaceId()
Returns the raw JSON value of workspaceId.
Unlike workspaceId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaWebhookVaultCredentialArchivedEventData.Builder toBuilder()
-
validate
final BetaWebhookVaultCredentialArchivedEventData 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 BetaWebhookVaultCredentialArchivedEventData.Builder builder()
Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialArchivedEventData.
The following fields are required:
.id() .organizationId() .vaultId() .workspaceId()
-
-
-
-