AccessReviewDecisionInsightProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.AccessReviewDecisionInsightProperties

Implements

public class AccessReviewDecisionInsightProperties
implements JsonSerializable<AccessReviewDecisionInsightProperties>

Details of the Insight.

Constructor Summary

Constructor Description
AccessReviewDecisionInsightProperties()

Creates an instance of AccessReviewDecisionInsightProperties class.

Method Summary

Modifier and Type Method and Description
static AccessReviewDecisionInsightProperties fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewDecisionInsightProperties from the JsonReader.

OffsetDateTime insightCreatedDateTime()

Get the insightCreatedDateTime property: Date Time when the insight was created.

JsonWriter toJson(JsonWriter jsonWriter)
AccessReviewDecisionInsightType type()

Get the type property: The type of insight.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AccessReviewDecisionInsightProperties

public AccessReviewDecisionInsightProperties()

Creates an instance of AccessReviewDecisionInsightProperties class.

Method Details

fromJson

public static AccessReviewDecisionInsightProperties fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewDecisionInsightProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AccessReviewDecisionInsightProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AccessReviewDecisionInsightProperties.

insightCreatedDateTime

public OffsetDateTime insightCreatedDateTime()

Get the insightCreatedDateTime property: Date Time when the insight was created.

Returns:

the insightCreatedDateTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public AccessReviewDecisionInsightType type()

Get the type property: The type of insight.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to