AccessReviewDecisionInsightProperties Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. AccessReviewDecisionInsightProperties
- com.
Implements
public class AccessReviewDecisionInsightProperties
implements JsonSerializable<AccessReviewDecisionInsightProperties>
Details of the Insight.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessReviewDecisionInsightProperties() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
|
Offset |
insightCreatedDateTime()
Get the insight |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Access |
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:
Returns:
Throws:
insightCreatedDateTime
public OffsetDateTime insightCreatedDateTime()
Get the insightCreatedDateTime property: Date Time when the insight was created.
Returns:
toJson
type
public AccessReviewDecisionInsightType type()
Get the type property: The type of insight.
Returns:
validate
public void validate()
Validates the instance.