SecurityTaskInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecurityTaskInner
- com.
- com.
public final class SecurityTaskInner
extends ProxyResource
Security task that we recommend to do in order to strengthen security.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
creationTimeUtc()
Get the creation |
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Offset |
lastStateChangeTimeUtc()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
Security |
securityTaskParameters()
Get the security |
| String |
state()
Get the state property: State of the task (Active, Resolved etc.). |
| String |
subState()
Get the sub |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
creationTimeUtc
public OffsetDateTime creationTimeUtc()
Get the creationTimeUtc property: The time this task was discovered in UTC.
Returns:
fromJson
public static SecurityTaskInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityTaskInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecurityTaskInner.id()Returns:
lastStateChangeTimeUtc
public OffsetDateTime lastStateChangeTimeUtc()
Get the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecurityTaskInner.name()Returns:
securityTaskParameters
public SecurityTaskParameters securityTaskParameters()
Get the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.
Returns:
state
public String state()
Get the state property: State of the task (Active, Resolved etc.).
Returns:
subState
public String subState()
Get the subState property: Additional data on the state of the task.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecurityTaskInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecurityTaskInner.type()Returns:
validate
public void validate()
Validates the instance.