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.
The value of an entity's Cedar tag.
This data type is used as a member of the EntityItem
structure that forms the body of the Entities request parameter for the IsAuthorized,
BatchIsAuthorized,
IsAuthorizedWithToken,
and BatchIsAuthorizedWithToken
operations.
Namespace: Amazon.VerifiedPermissions.Model
Assembly: AWSSDK.VerifiedPermissions.dll
Version: 3.x.y.z
public class CedarTagValue
The CedarTagValue type exposes the following members
| Name | Description | |
|---|---|---|
|
CedarTagValue() |
| Name | Type | Description | |
|---|---|---|---|
|
Boolean | System.Boolean |
Gets and sets the property Boolean. A Cedar tag value of Boolean type.
Example: |
|
Datetime | System.String |
Gets and sets the property Datetime. A Cedar tag value of datetime type.
Example: |
|
Decimal | System.String |
Gets and sets the property Decimal. A Cedar tag value of decimal type.
Example: |
|
Duration | System.String |
Gets and sets the property Duration. A Cedar tag value of duration type.
Example: |
|
EntityIdentifier | Amazon.VerifiedPermissions.Model.EntityIdentifier |
Gets and sets the property EntityIdentifier. A Cedar tag value of type EntityIdentifier.
Example: |
|
Ipaddr | System.String |
Gets and sets the property Ipaddr. A Cedar tag value of ipaddr type.
Example: |
|
Long | System.Int64 |
Gets and sets the property Long. A Cedar tag value of Long type.
Example: |
|
Record | System.Collections.Generic.Dictionary<System.String, Amazon.VerifiedPermissions.Model.CedarTagValue> |
Gets and sets the property Record. A Cedar tag value of Record type.
Example: |
|
Set | System.Collections.Generic.List<Amazon.VerifiedPermissions.Model.CedarTagValue> |
Gets and sets the property Set. A Cedar tag value of Set type.
Example: |
|
String | System.String |
Gets and sets the property String. A Cedar tag value of String type.
Example: |
.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