AWSEC2ModifyVerifiedAccessTrustProviderDeviceOptions

Objective-C

@interface AWSEC2ModifyVerifiedAccessTrustProviderDeviceOptions

Swift

class AWSEC2ModifyVerifiedAccessTrustProviderDeviceOptions

Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.

  • 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 }