PolicyAssignmentPropertiesRoleDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. PolicyAssignmentPropertiesRoleDefinition
- com.
Implements
public final class PolicyAssignmentPropertiesRoleDefinition
implements JsonSerializable<PolicyAssignmentPropertiesRoleDefinition>
Details of role definition.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Policy |
fromJson(JsonReader jsonReader)
Reads an instance of Policy |
| String |
id()
Get the id property: Id of the role definition. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the role definition. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
displayName
public String displayName()
Get the displayName property: Display name of the role definition.
Returns:
fromJson
public static PolicyAssignmentPropertiesRoleDefinition fromJson(JsonReader jsonReader)
Reads an instance of PolicyAssignmentPropertiesRoleDefinition from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the role definition.
Returns:
toJson
type
public String type()
Get the type property: Type of the role definition.
Returns:
validate
public void validate()
Validates the instance.