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.

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.

Inheritance Hierarchy

System.Object
  Amazon.VerifiedPermissions.Model.CedarTagValue

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

Syntax

C#
public class CedarTagValue

The CedarTagValue type exposes the following members

Constructors

NameDescription
Public Method CedarTagValue()

Properties

NameTypeDescription
Public Property Boolean System.Boolean

Gets and sets the property Boolean.

A Cedar tag value of Boolean type.

Example: {"boolean": false}

Public Property Datetime System.String

Gets and sets the property Datetime.

A Cedar tag value of datetime type.

Example: {"datetime": "2025-11-04T11:35:00.000+0100"}

Public Property Decimal System.String

Gets and sets the property Decimal.

A Cedar tag value of decimal type.

Example: {"decimal": "-2.0"}

Public Property Duration System.String

Gets and sets the property Duration.

A Cedar tag value of duration type.

Example: {"duration": "-1d12h"}

Public Property EntityIdentifier Amazon.VerifiedPermissions.Model.EntityIdentifier

Gets and sets the property EntityIdentifier.

A Cedar tag value of type EntityIdentifier.

Example: {"entityIdentifier": { "entityId": "alice", "entityType": "User"} }

Public Property Ipaddr System.String

Gets and sets the property Ipaddr.

A Cedar tag value of ipaddr type.

Example: {"ip": "10.50.0.0/24"}

Public Property Long System.Int64

Gets and sets the property Long.

A Cedar tag value of Long type.

Example: {"long": 0}

Public Property 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: {"record": { "keyName": {} } }

Public Property Set System.Collections.Generic.List<Amazon.VerifiedPermissions.Model.CedarTagValue>

Gets and sets the property Set.

A Cedar tag value of Set type.

Example: {"set": [ { "string": "abc" } ] }

Public Property String System.String

Gets and sets the property String.

A Cedar tag value of String type.

Example: {"string": "abc"}

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