Show / Hide Table of Contents

Enum ExternalIdMode

ExternalIdMode

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum ExternalIdMode

Fields

Name Description
CUSTOM

ExternalId can be provided by using the the externalId property. This way is not recommend by AWS (https://aws.amazon.com/blogs/security/how-to-use-external-id-when-granting-access-to-your-aws-resources/).

GENERATED

The response will include a random externalId.

GLOBAL

The response will include an externalId that's unique and consistent for your organization

Back to top Generated by DocFX