OpenXPKI::Server::Workflow::Condition::CertificateAttribute
This condition checks whether
- attribute
- Name of the attribute to look up, wildcards are not allowed!
- cert_identifier
- Certificate to look up, if not given uses the value from the context.
- condition
- The condition that the attribute must fulfill
- defined
(default)
- The certificate has at least one entry for the attribute given.
- is_value
- The certificate has exaclty one item and this matches the given
value.
- has_value
- The certificate has at least one item that matches the given value.
- value
- The value to match the attributes value (full string match). Ignored when
condition is set to defined.