AccessReviewDecisionInsight Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. AccessReviewDecisionInsight
- com.
Implements
public final class AccessReviewDecisionInsight
implements JsonSerializable<AccessReviewDecisionInsight>
Access Review Decision Insight.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessReviewDecisionInsight() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
| String |
id()
Get the id property: The access review insight id. |
| String |
name()
Get the name property: The access review insight name. |
|
Access |
properties()
Get the properties property: Access Review Decision Insight properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Access |
withProperties(AccessReviewDecisionInsightProperties properties)
Set the properties property: Access Review Decision Insight properties. |
Methods inherited from java.lang.Object
Constructor Details
AccessReviewDecisionInsight
public AccessReviewDecisionInsight()
Creates an instance of AccessReviewDecisionInsight class.
Method Details
fromJson
public static AccessReviewDecisionInsight fromJson(JsonReader jsonReader)
Reads an instance of AccessReviewDecisionInsight from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The access review insight id.
Returns:
name
public String name()
Get the name property: The access review insight name.
Returns:
properties
public AccessReviewDecisionInsightProperties properties()
Get the properties property: Access Review Decision Insight properties.
Returns:
toJson
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public AccessReviewDecisionInsight withProperties(AccessReviewDecisionInsightProperties properties)
Set the properties property: Access Review Decision Insight properties.
Parameters:
Returns: