Permission class
A cross-account permission for a signing profile.
Constructors
- Permission({String? action, String? principal, String? profileVersion, String? statementId})
-
Permission.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → String?
-
An AWS Signer action permitted as part of cross-account permissions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- principal → String?
-
The AWS principal that has been granted a cross-account permission.
final
- profileVersion → String?
-
The signing profile version that a permission applies to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statementId → String?
-
A unique identifier for a cross-account permission statement.
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