ListPoliciesGrantingServiceAccessEntry class
Contains details about the permissions policies that are attached to the specified identity (user, group, or role).
This data type is used as a response element in the ListPoliciesGrantingServiceAccess operation.
Constructors
-
ListPoliciesGrantingServiceAccessEntry({List<
PolicyGrantingServiceAccess> ? policies, String? serviceNamespace}) - ListPoliciesGrantingServiceAccessEntry.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
policies
→ List<
PolicyGrantingServiceAccess> ? -
The
PoliciesGrantingServiceAccess
object that contains details about the policy.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceNamespace → String?
-
The namespace of the service that was accessed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited