Interface SecurityTask


public interface SecurityTask
An immutable client-side representation of SecurityTask.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the creationTimeUtc property: The time this task was discovered in UTC.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityTaskInner object.
    Gets the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.
    Gets the name property: The name of the resource.
    Gets the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.
    Gets the state property: State of the task (Active, Resolved etc.).
    Gets the subState property: Additional data on the state of the task.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • state

      String state()
      Gets the state property: State of the task (Active, Resolved etc.).
      Returns:
      the state value.
    • creationTimeUtc

      OffsetDateTime creationTimeUtc()
      Gets the creationTimeUtc property: The time this task was discovered in UTC.
      Returns:
      the creationTimeUtc value.
    • securityTaskParameters

      SecurityTaskParameters securityTaskParameters()
      Gets the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.
      Returns:
      the securityTaskParameters value.
    • lastStateChangeTimeUtc

      OffsetDateTime lastStateChangeTimeUtc()
      Gets the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.
      Returns:
      the lastStateChangeTimeUtc value.
    • subState

      String subState()
      Gets the subState property: Additional data on the state of the task.
      Returns:
      the subState value.
    • innerModel

      SecurityTaskInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityTaskInner object.
      Returns:
      the inner object.