Interface Entitlement.RequesterJustificationConfigOrBuilder (0.3.0)

public static interface Entitlement.RequesterJustificationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJustificationTypeCase()

public abstract Entitlement.RequesterJustificationConfig.JustificationTypeCase getJustificationTypeCase()
Returns
Type Description
Entitlement.RequesterJustificationConfig.JustificationTypeCase

getNotMandatory()

public abstract Entitlement.RequesterJustificationConfig.NotMandatory getNotMandatory()

This option means the requester isn't required to provide a justification.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;

Returns
Type Description
Entitlement.RequesterJustificationConfig.NotMandatory

The notMandatory.

getNotMandatoryOrBuilder()

public abstract Entitlement.RequesterJustificationConfig.NotMandatoryOrBuilder getNotMandatoryOrBuilder()

This option means the requester isn't required to provide a justification.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;

Returns
Type Description
Entitlement.RequesterJustificationConfig.NotMandatoryOrBuilder

getUnstructured()

public abstract Entitlement.RequesterJustificationConfig.Unstructured getUnstructured()

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.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;

Returns
Type Description
Entitlement.RequesterJustificationConfig.Unstructured

The unstructured.

getUnstructuredOrBuilder()

public abstract Entitlement.RequesterJustificationConfig.UnstructuredOrBuilder getUnstructuredOrBuilder()

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.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;

Returns
Type Description
Entitlement.RequesterJustificationConfig.UnstructuredOrBuilder

hasNotMandatory()

public abstract boolean hasNotMandatory()

This option means the requester isn't required to provide a justification.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.NotMandatory not_mandatory = 1;

Returns
Type Description
boolean

Whether the notMandatory field is set.

hasUnstructured()

public abstract boolean hasUnstructured()

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.

.google.cloud.privilegedaccessmanager.v1.Entitlement.RequesterJustificationConfig.Unstructured unstructured = 2;

Returns
Type Description
boolean

Whether the unstructured field is set.