This option means the requester must provide a string as
justification. If this is selected, the server allows the requester
to provide a justification but doesn't validate it.
This option means the requester must provide a string as
justification. If this is selected, the server allows the requester
to provide a justification but doesn't validate it.
This option means the requester must provide a string as
justification. If this is selected, the server allows the requester
to provide a justification but doesn't validate it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface Entitlement.RequesterJustificationConfigOrBuilder (0.26.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.26.0 (latest)](/java/docs/reference/google-cloud-privilegedaccessmanager/latest/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.24.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.24.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.22.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.22.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.21.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.21.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.18.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.18.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.17.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.17.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.16.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.14.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.13.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.12.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.12.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.11.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.10.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.9.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.8.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.7.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.6.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.5.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.3.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.2.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-privilegedaccessmanager/0.1.0/com.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfigOrBuilder) \n\n public static interface Entitlement.RequesterJustificationConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getJustificationTypeCase()\n\n public abstract Entitlement.RequesterJustificationConfig.JustificationTypeCase getJustificationTypeCase()\n\n### getNotMandatory()\n\n public abstract Entitlement.RequesterJustificationConfig.NotMandatory getNotMandatory()\n\nThis option means the requester isn't required to provide a\njustification.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;\n`\n\n### getNotMandatoryOrBuilder()\n\n public abstract Entitlement.RequesterJustificationConfig.NotMandatoryOrBuilder getNotMandatoryOrBuilder()\n\nThis option means the requester isn't required to provide a\njustification.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;\n`\n\n### getUnstructured()\n\n public abstract Entitlement.RequesterJustificationConfig.Unstructured getUnstructured()\n\nThis option means the requester must provide a string as\njustification. If this is selected, the server allows the requester\nto provide a justification but doesn't validate it.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;\n`\n\n### getUnstructuredOrBuilder()\n\n public abstract Entitlement.RequesterJustificationConfig.UnstructuredOrBuilder getUnstructuredOrBuilder()\n\nThis option means the requester must provide a string as\njustification. If this is selected, the server allows the requester\nto provide a justification but doesn't validate it.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;\n`\n\n### hasNotMandatory()\n\n public abstract boolean hasNotMandatory()\n\nThis option means the requester isn't required to provide a\njustification.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;\n`\n\n### hasUnstructured()\n\n public abstract boolean hasUnstructured()\n\nThis option means the requester must provide a string as\njustification. If this is selected, the server allows the requester\nto provide a justification but doesn't validate it.\n\n`\n.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;\n`"]]