Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EntitlementAttribute

import type { EntitlementAttribute } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.

interface EntitlementAttribute {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType
§
Value: string
[src]

A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.