class
Amazonite::Iam::GetDelegationRequestResponse
- Amazonite::Iam::GetDelegationRequestResponse
- Reference
- Object
Defined in:
iam/get_delegation_request_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(delegation_request : DelegationRequest | Nil = nil, permission_check_status : PermissionCheckStatusType | Nil = nil, permission_check_result : PermissionCheckResultType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delegation_request : DelegationRequest | Nil
The delegation request object containing all details about the request.
-
#delegation_request=(delegation_request : DelegationRequest | Nil)
The delegation request object containing all details about the request.
-
#hash(hasher)
See
Object#hash(hasher) -
#permission_check_result : PermissionCheckResultType | Nil
The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions.
-
#permission_check_result=(permission_check_result : PermissionCheckResultType | Nil)
The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions.
-
#permission_check_status : PermissionCheckStatusType | Nil
The status of the permission check for the delegation request.
-
#permission_check_status=(permission_check_status : PermissionCheckStatusType | Nil)
The status of the permission check for the delegation request.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The delegation request object containing all details about the request.
The delegation request object containing all details about the request.
The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions. This is an approximate result.
-
ALLOWED: The caller has sufficient permissions cover all the requested permissions. -
DENIED: The caller does not have sufficient permissions to cover all the requested permissions. -
UNSURE: It is not possible to determine whether the caller has all the permissions needed. This output is most likely for cases when the caller has permissions with conditions.
The result of the permission check, indicating whether the caller has sufficient permissions to cover the requested permissions. This is an approximate result.
-
ALLOWED: The caller has sufficient permissions cover all the requested permissions. -
DENIED: The caller does not have sufficient permissions to cover all the requested permissions. -
UNSURE: It is not possible to determine whether the caller has all the permissions needed. This output is most likely for cases when the caller has permissions with conditions.
The status of the permission check for the delegation request.
This value indicates the status of the process to check whether the caller has sufficient permissions to cover the requested actions in the delegation request. Since this is an asynchronous process, there are three potential values:
-
IN_PROGRESS: The permission check process has started. -
COMPLETED: The permission check process has completed. ThePermissionCheckResultwill include the result. -
FAILED: The permission check process has failed.
The status of the permission check for the delegation request.
This value indicates the status of the process to check whether the caller has sufficient permissions to cover the requested actions in the delegation request. Since this is an asynchronous process, there are three potential values:
-
IN_PROGRESS: The permission check process has started. -
COMPLETED: The permission check process has completed. ThePermissionCheckResultwill include the result. -
FAILED: The permission check process has failed.