All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.security.models.SecuritySubAssessment Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for Security Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. API spec for Microsoft.Security (Azure Security Center) resource provider. Package tag package-composite-v3.

There is a newer version: 1.0.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.security.models;

import com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner;
import java.time.OffsetDateTime;

/**
 * An immutable client-side representation of SecuritySubAssessment.
 */
public interface SecuritySubAssessment {
    /**
     * Gets the id property: Fully qualified resource Id for the resource.
     * 
     * @return the id value.
     */
    String id();

    /**
     * Gets the name property: The name of the resource.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the type property: The type of the resource.
     * 
     * @return the type value.
     */
    String type();

    /**
     * Gets the idPropertiesId property: Vulnerability ID.
     * 
     * @return the idPropertiesId value.
     */
    String idPropertiesId();

    /**
     * Gets the displayName property: User friendly display name of the sub-assessment.
     * 
     * @return the displayName value.
     */
    String displayName();

    /**
     * Gets the status property: Status of the sub-assessment.
     * 
     * @return the status value.
     */
    SubAssessmentStatus status();

    /**
     * Gets the remediation property: Information on how to remediate this sub-assessment.
     * 
     * @return the remediation value.
     */
    String remediation();

    /**
     * Gets the impact property: Description of the impact of this sub-assessment.
     * 
     * @return the impact value.
     */
    String impact();

    /**
     * Gets the category property: Category of the sub-assessment.
     * 
     * @return the category value.
     */
    String category();

    /**
     * Gets the description property: Human readable description of the assessment status.
     * 
     * @return the description value.
     */
    String description();

    /**
     * Gets the timeGenerated property: The date and time the sub-assessment was generated.
     * 
     * @return the timeGenerated value.
     */
    OffsetDateTime timeGenerated();

    /**
     * Gets the resourceDetails property: Details of the resource that was assessed.
     * 
     * @return the resourceDetails value.
     */
    ResourceDetails resourceDetails();

    /**
     * Gets the additionalData property: Details of the sub-assessment.
     * 
     * @return the additionalData value.
     */
    AdditionalData additionalData();

    /**
     * Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.
     * 
     * @return the inner object.
     */
    SecuritySubAssessmentInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy