GetResourcePolicyResponse class

Constructors

GetResourcePolicyResponse({String? arn, String? name, String? resourcePolicy})
GetResourcePolicyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the secret that the resource-based policy was retrieved for.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The friendly name of the secret that the resource-based policy was retrieved for.
final
resourcePolicy String?
A JSON-formatted string that describes the permissions that are associated with the attached secret. These permissions are combined with any permissions that are associated with the user or role that attempts to access this secret. The combined permissions specify who can access the secret and what actions they can perform. For more information, see Authentication and Access Control for AWS Secrets Manager in the AWS Secrets Manager User Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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