Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ComplianceNote.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cis_benchmark
def cis_benchmark() -> ::Grafeas::V1::ComplianceNote::CisBenchmark
#cis_benchmark=
def cis_benchmark=(value) -> ::Grafeas::V1::ComplianceNote::CisBenchmark
Parameter
#description
def description() -> ::String
Returns
- (::String) — A description about this compliance check.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A description about this compliance check.
Returns
- (::String) — A description about this compliance check.
#rationale
def rationale() -> ::String
Returns
- (::String) — A rationale for the existence of this compliance check.
#rationale=
def rationale=(value) -> ::String
Parameter
- value (::String) — A rationale for the existence of this compliance check.
Returns
- (::String) — A rationale for the existence of this compliance check.
#remediation
def remediation() -> ::String
Returns
- (::String) — A description of remediation steps if the compliance check fails.
#remediation=
def remediation=(value) -> ::String
Parameter
- value (::String) — A description of remediation steps if the compliance check fails.
Returns
- (::String) — A description of remediation steps if the compliance check fails.
#scan_instructions
def scan_instructions() -> ::String
Returns
- (::String) — Serialized scan instructions with a predefined format.
#scan_instructions=
def scan_instructions=(value) -> ::String
Parameter
- value (::String) — Serialized scan instructions with a predefined format.
Returns
- (::String) — Serialized scan instructions with a predefined format.
#title
def title() -> ::String
Returns
- (::String) — The title that identifies this compliance check.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — The title that identifies this compliance check.
Returns
- (::String) — The title that identifies this compliance check.
#version
def version() -> ::Array<::Grafeas::V1::ComplianceVersion>
Returns
- (::Array<::Grafeas::V1::ComplianceVersion>) — The OS and config versions the benchmark applies to.
#version=
def version=(value) -> ::Array<::Grafeas::V1::ComplianceVersion>
Parameter
- value (::Array<::Grafeas::V1::ComplianceVersion>) — The OS and config versions the benchmark applies to.
Returns
- (::Array<::Grafeas::V1::ComplianceVersion>) — The OS and config versions the benchmark applies to.