SecureScoreControlDefinitionItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the security control.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecureScoreControlDefinitionItem : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecureScoreControlDefinitionItem = class
inherit Resource
Public Class SecureScoreControlDefinitionItem
Inherits Resource
- Inheritance
- Attributes
Constructors
SecureScoreControlDefinitionItem() |
Initializes a new instance of the SecureScoreControlDefinitionItem class. |
SecureScoreControlDefinitionItem(String, String, String, String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>) |
Initializes a new instance of the SecureScoreControlDefinitionItem class. |
Properties
AssessmentDefinitions |
Gets array of assessments metadata IDs that are included in this security control |
Description |
Gets user friendly description of the control |
DisplayName |
Gets user friendly display name of the control |
Id |
Gets resource Id (Inherited from Resource) |
MaxScore |
Gets maximum control score (0..10) |
Name |
Gets resource name (Inherited from Resource) |
Source |
Gets source object from which the control was created |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(SecureScoreControlDefinitionItem) |