AccessReviewDecisionResource Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.AccessReviewDecisionResource

Implements

public final class AccessReviewDecisionResource
implements JsonSerializable<AccessReviewDecisionResource>

Target of the decision.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: The display name of resource associated with a decision record.

static AccessReviewDecisionResource fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewDecisionResource from the JsonReader.

String id()

Get the id property: The id of resource associated with a decision record.

JsonWriter toJson(JsonWriter jsonWriter)
DecisionResourceType type()

Get the type property: The type of resource.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

displayName

public String displayName()

Get the displayName property: The display name of resource associated with a decision record.

Returns:

the displayName value.

fromJson

public static AccessReviewDecisionResource fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewDecisionResource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: The id of resource associated with a decision record.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public DecisionResourceType type()

Get the type property: The type of resource.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to