Skip to main content

IIAMResourceSpecificResult

Interface in AWS.IAM

Interface for IAM ResourceSpecificResult.

Properties

EvalDecisionDetails

property EvalDecisionDetails: TDictionary<string, string>

Additional details about the results of the cross-account evaluation decision on a single resource.

Valid values: allowed | explicitDeny | implicitDeny. This is only populated for cross-account simulations.

EvalResourceDecision

property EvalResourceDecision: string

The result of the simulated API operation on the resource specified in EvalResourceName.

Valid values: allowed | explicitDeny | implicitDeny.

EvalResourceName

property EvalResourceName: TARN

The Amazon Resource Name (ARN) of the simulated resource.

MatchedStatements

property MatchedStatements: TList<IIAMStatement>

Type: IIAMStatement

A list of statements in the input policies that determine the result for this part of the simulation.

MissingContextValues

property MissingContextValues: TList<string>

A list of context keys that are required by the included input policies but were not provided by one of the input parameters.

PermissionsBoundaryDecisionDetail

property PermissionsBoundaryDecisionDetail: IIAMPermissionsBoundaryDecisionDetail

Type: IIAMPermissionsBoundaryDecisionDetail

Information about the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.