PolicyAssignmentPropertiesRoleDefinition Class

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

Implements

public final class PolicyAssignmentPropertiesRoleDefinition
implements JsonSerializable<PolicyAssignmentPropertiesRoleDefinition>

Details of role definition.

Constructor Summary

Constructor Description
PolicyAssignmentPropertiesRoleDefinition()

Creates an instance of PolicyAssignmentPropertiesRoleDefinition class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Display name of the role definition.

static PolicyAssignmentPropertiesRoleDefinition fromJson(JsonReader jsonReader)

Reads an instance of PolicyAssignmentPropertiesRoleDefinition from the JsonReader.

String id()

Get the id property: Id of the role definition.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Type of the role definition.

void validate()

Validates the instance.

PolicyAssignmentPropertiesRoleDefinition withDisplayName(String displayName)

Set the displayName property: Display name of the role definition.

PolicyAssignmentPropertiesRoleDefinition withId(String id)

Set the id property: Id of the role definition.

PolicyAssignmentPropertiesRoleDefinition withType(String type)

Set the type property: Type of the role definition.

Methods inherited from java.lang.Object

Constructor Details

PolicyAssignmentPropertiesRoleDefinition

public PolicyAssignmentPropertiesRoleDefinition()

Creates an instance of PolicyAssignmentPropertiesRoleDefinition class.

Method Details

displayName

public String displayName()

Get the displayName property: Display name of the role definition.

Returns:

the displayName value.

fromJson

public static PolicyAssignmentPropertiesRoleDefinition fromJson(JsonReader jsonReader)

Reads an instance of PolicyAssignmentPropertiesRoleDefinition from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PolicyAssignmentPropertiesRoleDefinition 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 PolicyAssignmentPropertiesRoleDefinition.

id

public String id()

Get the id property: Id of the role definition.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Type of the role definition.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDisplayName

public PolicyAssignmentPropertiesRoleDefinition withDisplayName(String displayName)

Set the displayName property: Display name of the role definition.

Parameters:

displayName - the displayName value to set.

Returns:

the PolicyAssignmentPropertiesRoleDefinition object itself.

withId

public PolicyAssignmentPropertiesRoleDefinition withId(String id)

Set the id property: Id of the role definition.

Parameters:

id - the id value to set.

Returns:

the PolicyAssignmentPropertiesRoleDefinition object itself.

withType

public PolicyAssignmentPropertiesRoleDefinition withType(String type)

Set the type property: Type of the role definition.

Parameters:

type - the type value to set.

Returns:

the PolicyAssignmentPropertiesRoleDefinition object itself.

Applies to