Class AuthorizationProfile
java.lang.Object
com.azure.resourcemanager.resources.models.AuthorizationProfile
Authorization Profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the approvedTime property: The approved time.approver()Get the approver property: The approver.Get the requestedTime property: The requested time.Get the requester property: The requester.Get the requesterObjectId property: The requester object id.voidvalidate()Validates the instance.
-
Constructor Details
-
AuthorizationProfile
public AuthorizationProfile()
-
-
Method Details
-
requestedTime
Get the requestedTime property: The requested time.- Returns:
- the requestedTime value.
-
requester
Get the requester property: The requester.- Returns:
- the requester value.
-
requesterObjectId
Get the requesterObjectId property: The requester object id.- Returns:
- the requesterObjectId value.
-
approvedTime
Get the approvedTime property: The approved time.- Returns:
- the approvedTime value.
-
approver
Get the approver property: The approver.- Returns:
- the approver value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-