SecureScoreControlDefinitionItem Interface
public interface SecureScoreControlDefinitionItem
An immutable client-side representation of SecureScoreControlDefinitionItem.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Azure |
assessmentDefinitions()
Gets the assessment |
| abstract String |
description()
Gets the description property: User friendly description of the control. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Secure |
innerModel()
Gets the inner com. |
| abstract Integer |
maxScore()
Gets the max |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Secure |
source()
Gets the source property: Source object from which the control was created. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
assessmentDefinitions
public abstract List<AzureResourceLink> assessmentDefinitions()
Gets the assessmentDefinitions property: Array of assessments metadata IDs that are included in this security control.
Returns:
description
public abstract String description()
Gets the description property: User friendly description of the control.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: User friendly display name of the control.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecureScoreControlDefinitionItemInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecureScoreControlDefinitionItemInner object.
Returns:
maxScore
public abstract Integer maxScore()
Gets the maxScore property: Maximum control score (0..10).
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
source
public abstract SecureScoreControlDefinitionSource source()
Gets the source property: Source object from which the control was created.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: