ResourceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ResourceDetails
- com.
Implements
public class ResourceDetails
implements JsonSerializable<ResourceDetails>
Details of the resource that was assessed.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceDetails() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| Source |
source()
Get the source property: The platform where the assessed resource resides. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ResourceDetails
public ResourceDetails()
Creates an instance of ResourceDetails class.
Method Details
fromJson
public static ResourceDetails fromJson(JsonReader jsonReader)
Reads an instance of ResourceDetails from the JsonReader.
Parameters:
Returns:
Throws:
source
public Source source()
Get the source property: The platform where the assessed resource resides.
Returns:
toJson
validate
public void validate()
Validates the instance.