ExpandedProperties Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. ExpandedProperties
- com.
Implements
public final class ExpandedProperties
implements JsonSerializable<ExpandedProperties>
The ExpandedProperties model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Expanded |
fromJson(JsonReader jsonReader)
Reads an instance of Expanded |
|
Expanded |
principal()
Get the principal property: Details of the principal. |
|
Expanded |
roleDefinition()
Get the role |
|
Expanded |
scope()
Get the scope property: Details of the resource scope. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExpandedProperties fromJson(JsonReader jsonReader)
Reads an instance of ExpandedProperties from the JsonReader.
Parameters:
Returns:
Throws:
principal
public ExpandedPropertiesPrincipal principal()
Get the principal property: Details of the principal.
Returns:
roleDefinition
public ExpandedPropertiesRoleDefinition roleDefinition()
Get the roleDefinition property: Details of role definition.
Returns:
scope
public ExpandedPropertiesScope scope()
Get the scope property: Details of the resource scope.
Returns:
toJson
validate
public void validate()
Validates the instance.