AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Objective-C

@interface AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Swift

class AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Options for a device-identity type trust provider.

  • The ID of the tenant application with the device-identity provider.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tenantId;

    Swift

    var tenantId: String? { get set }