SecureScoreControlDefinitionItemInner Class

public final class SecureScoreControlDefinitionItemInner
extends ProxyResource

Information about the security control.

Constructor Summary

Constructor Description
SecureScoreControlDefinitionItemInner()

Creates an instance of SecureScoreControlDefinitionItemInner class.

Method Summary

Modifier and Type Method and Description
List<AzureResourceLink> assessmentDefinitions()

Get the assessmentDefinitions property: Array of assessments metadata IDs that are included in this security control.

String description()

Get the description property: User friendly description of the control.

String displayName()

Get the displayName property: User friendly display name of the control.

Integer maxScore()

Get the maxScore property: Maximum control score (0..10).

SecureScoreControlDefinitionSource source()

Get the source property: Source object from which the control was created.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SecureScoreControlDefinitionItemInner

public SecureScoreControlDefinitionItemInner()

Creates an instance of SecureScoreControlDefinitionItemInner class.

Method Details

assessmentDefinitions

public List assessmentDefinitions()

Get the assessmentDefinitions property: Array of assessments metadata IDs that are included in this security control.

Returns:

the assessmentDefinitions value.

description

public String description()

Get the description property: User friendly description of the control.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: User friendly display name of the control.

Returns:

the displayName value.

maxScore

public Integer maxScore()

Get the maxScore property: Maximum control score (0..10).

Returns:

the maxScore value.

source

public SecureScoreControlDefinitionSource source()

Get the source property: Source object from which the control was created.

Returns:

the source value.

validate

public void validate()

Validates the instance.

Applies to