AttestationEvidence Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AttestationEvidence
- com.
Implements
public final class AttestationEvidence
implements JsonSerializable<AttestationEvidence>
Describe the properties of a assignment attestation.
Constructor Summary
| Constructor | Description |
|---|---|
| AttestationEvidence() |
Creates an instance of Attestation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the evidence. |
|
static
Attestation |
fromJson(JsonReader jsonReader)
Reads an instance of Attestation |
| String |
sourceUrl()
Get the source |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Attestation |
withDescription(String description)
Set the description property: The description of the evidence. |
|
Attestation |
withSourceUrl(String sourceUrl)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
AttestationEvidence
public AttestationEvidence()
Creates an instance of AttestationEvidence class.
Method Details
description
public String description()
Get the description property: The description of the evidence.
Returns:
fromJson
public static AttestationEvidence fromJson(JsonReader jsonReader)
Reads an instance of AttestationEvidence from the JsonReader.
Parameters:
Returns:
Throws:
sourceUrl
public String sourceUrl()
Get the sourceUrl property: The source url of the evidence.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public AttestationEvidence withDescription(String description)
Set the description property: The description of the evidence.
Parameters:
Returns:
withSourceUrl
public AttestationEvidence withSourceUrl(String sourceUrl)
Set the sourceUrl property: The source url of the evidence.
Parameters:
Returns: