SecureScoreControlDefinitionItem Interface

public interface SecureScoreControlDefinitionItem

An immutable client-side representation of SecureScoreControlDefinitionItem.

Method Summary

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

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

abstract String description()

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

abstract String displayName()

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

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SecureScoreControlDefinitionItemInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlDefinitionItemInner object.

abstract Integer maxScore()

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

abstract String name()

Gets the name property: The name of the resource.

abstract SecureScoreControlDefinitionSource source()

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

abstract String type()

Gets the type property: The type of the resource.

Method Details

assessmentDefinitions

public abstract List assessmentDefinitions()

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

Returns:

the assessmentDefinitions value.

description

public abstract String description()

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

Returns:

the description value.

displayName

public abstract String displayName()

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

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SecureScoreControlDefinitionItemInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlDefinitionItemInner object.

Returns:

the inner object.

maxScore

public abstract Integer maxScore()

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

Returns:

the maxScore value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

source

public abstract SecureScoreControlDefinitionSource source()

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

Returns:

the source value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to