AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Objective-C

@interface AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Swift

class AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions

Describes the options when creating an Amazon Web Services Verified Access trust provider using the device type.

  • The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

    Declaration

    Objective-C

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

    Swift

    var publicSigningKeyUrl: String? { get set }
  • 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 }