GetComplianceFrameworkResult

data class GetComplianceFrameworkResult(val color: String, val default: Boolean, val description: String, val frameworkId: String, val id: String, val name: String, val namespacePath: String, val pipelineConfigurationFullPath: String)

A collection of values returned by getComplianceFramework.

Constructors

Link copied to clipboard
constructor(color: String, default: Boolean, description: String, frameworkId: String, id: String, name: String, namespacePath: String, pipelineConfigurationFullPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Color representation of the compliance framework in hex format. e.g. #FCA121.

Link copied to clipboard

Is the compliance framework the default framework for the group.

Link copied to clipboard

Description for the compliance framework.

Link copied to clipboard

Globally unique ID of the compliance framework.

Link copied to clipboard
val id: String
Link copied to clipboard

Name for the compliance framework.

Link copied to clipboard

Full path of the namespace to where the compliance framework is.

Link copied to clipboard

Full path of the compliance pipeline configuration stored in a project repository, such as .gitlab/.compliance-gitlab-ci.yml@compliance/hipaa. Format: path/file.y[a]ml@group-name/project-name Note: Ultimate license required.