AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the Condition elements of the input policies.

This data type is used as an input parameter to SimulateCustomPolicy and SimulatePrincipalPolicy.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.ContextEntry

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class ContextEntry

The ContextEntry type exposes the following members

Constructors

NameDescription
Public Method ContextEntry()

Properties

NameTypeDescription
Public Property ContextKeyName System.String

Gets and sets the property ContextKeyName.

The full name of a condition context key, including the service prefix. For example, aws:SourceIp or s3:VersionId.

Public Property ContextKeyType Amazon.IdentityManagement.ContextKeyTypeEnum

Gets and sets the property ContextKeyType.

The data type of the value (or values) specified in the ContextKeyValues parameter.

Public Property ContextKeyValues System.Collections.Generic.List<System.String>

Gets and sets the property ContextKeyValues.

The value (or values, if the condition context key supports multiple values) to provide to the simulation when the key is referenced by a Condition element in an input policy.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5