AuthorizationProfile Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. AuthorizationProfile
- com.
Implements
public final class AuthorizationProfile
implements JsonSerializable<AuthorizationProfile>
Authorization Profile.
Constructor Summary
Constructor | Description |
---|---|
AuthorizationProfile() |
Creates an instance of Authorization |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
approvedTime()
Get the approved |
String |
approver()
Get the approver property: The approver. |
static
Authorization |
fromJson(JsonReader jsonReader)
Reads an instance of Authorization |
Offset |
requestedTime()
Get the requested |
String |
requester()
Get the requester property: The requester. |
String |
requesterObjectId()
Get the requester |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AuthorizationProfile
public AuthorizationProfile()
Creates an instance of AuthorizationProfile class.
Method Details
approvedTime
public OffsetDateTime approvedTime()
Get the approvedTime property: The approved time.
Returns:
approver
public String approver()
Get the approver property: The approver.
Returns:
fromJson
public static AuthorizationProfile fromJson(JsonReader jsonReader)
Reads an instance of AuthorizationProfile from the JsonReader.
Parameters:
Returns:
Throws:
requestedTime
public OffsetDateTime requestedTime()
Get the requestedTime property: The requested time.
Returns:
requester
public String requester()
Get the requester property: The requester.
Returns:
requesterObjectId
public String requesterObjectId()
Get the requesterObjectId property: The requester object id.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java