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.

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.Entitlement

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

Syntax

C#
public class Entitlement

The Entitlement type exposes the following members

Constructors

NameDescription
Public Method Entitlement()

Properties

NameTypeDescription
Public Property AppVisibility Amazon.AppStream.AppVisibility

Gets and sets the property AppVisibility.

Specifies whether all or selected apps are entitled.

Public Property Attributes System.Collections.Generic.List<Amazon.AppStream.Model.EntitlementAttribute>

Gets and sets the property Attributes.

The attributes of the entitlement.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time when the entitlement was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the entitlement.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time when the entitlement was last modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the entitlement.

Public Property StackName System.String

Gets and sets the property StackName.

The name of the stack with which the entitlement is associated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5