#[non_exhaustive]pub enum ObjectiveStatusState {
NotSatisfied,
Satisfied,
}
Expand description
An indication as to whether the objective is satisfied or not.
Name of the file before it was encoded as Base64 to be embedded in a resource. This is the name that will be assigned to the file when the file is decoded.
A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition. https://www.w3.org/TR/xmlschema11-2/#NCName.
A textual label that provides a sub-type or characterization of the property’s name.
An identifier for relating distinct sets of properties.
A textual label, within a namespace, that uniquely identifies a specific attribute, characteristic, or quality of the property’s containing object.
For a party, this can optionally be used to specify the role the actor was performing.
A reference to a role performed by a party.
A machine-oriented identifier reference for a specific target qualified by the type.
A human-oriented identifier reference to a role performed.
The type of action documented by the assembly, such as an approval.
A unique identifier for the role.
The name of the risk metric within the specified system.
A point to the role-id of the role in which the party is making the log entry.
Describes the type of relationship provided by the link’s hypertext reference. This can be an indicator of the link’s purpose.
Used to indicate the type of object pointed to by the uuid-ref within a subject.
Indicates the type of assessment subject, such as a component, inventory, item, location, or party represented by this selection statement.
Identifies the implementation status of the control or control objective.
The reason the objective was given it’s status.
Indicates the type of address.
Identifies the nature of the observation. More than one may be used to further qualify and enable filtering.
Identifies whether this is a recommendation, such as from an assessor or tool, or an actual plan accepted by the system owner.
The type of task.
Describes the status of the associated risk.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Trait Implementations§
Source§impl Clone for ObjectiveStatusState
impl Clone for ObjectiveStatusState
Source§fn clone(&self) -> ObjectiveStatusState
fn clone(&self) -> ObjectiveStatusState
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more