SecurityTask Interface

public interface SecurityTask

An immutable client-side representation of SecurityTask.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime creationTimeUtc()

Gets the creationTimeUtc property: The time this task was discovered in UTC.

abstract String id()

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

abstract SecurityTaskInner innerModel()

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

abstract OffsetDateTime lastStateChangeTimeUtc()

Gets the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.

abstract String name()

Gets the name property: The name of the resource.

abstract SecurityTaskParameters securityTaskParameters()

Gets the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.

abstract String state()

Gets the state property: State of the task (Active, Resolved etc.).

abstract String subState()

Gets the subState property: Additional data on the state of the task.

abstract String type()

Gets the type property: The type of the resource.

Method Details

creationTimeUtc

public abstract OffsetDateTime creationTimeUtc()

Gets the creationTimeUtc property: The time this task was discovered in UTC.

Returns:

the creationTimeUtc value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract SecurityTaskInner innerModel()

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

Returns:

the inner object.

lastStateChangeTimeUtc

public abstract OffsetDateTime lastStateChangeTimeUtc()

Gets the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.

Returns:

the lastStateChangeTimeUtc value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

securityTaskParameters

public abstract 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.

state

public abstract String state()

Gets the state property: State of the task (Active, Resolved etc.).

Returns:

the state value.

subState

public abstract String subState()

Gets the subState property: Additional data on the state of the task.

Returns:

the subState value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to