#include <DeviceOptions.h>
|
template<typename TenantIdT = Aws::String>
template<typename TenantIdT = Aws::String>
|
template<typename PublicSigningKeyUrlT = Aws::String>
template<typename PublicSigningKeyUrlT = Aws::String>
Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.
See Also:
AWS API Reference
Definition at line 32 of file DeviceOptions.h.
◆ DeviceOptions() [1/2]
AWS_EC2_API Aws::EC2::Model::DeviceOptions::DeviceOptions
(
)
default
◆ DeviceOptions() [2/2]
◆ GetPublicSigningKeyUrl()
const Aws::String & Aws::EC2::Model::DeviceOptions::GetPublicSigningKeyUrl
(
)
const
inline
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
Definition at line 60 of file DeviceOptions.h.
◆ GetTenantId()
const Aws::String & Aws::EC2::Model::DeviceOptions::GetTenantId
(
)
const
inline
The ID of the tenant application with the device-identity provider.
Definition at line 47 of file DeviceOptions.h.
◆ operator=()
◆ OutputToStream() [1/2]
AWS_EC2_API void Aws::EC2::Model::DeviceOptions::OutputToStream
(
Aws::OStream &
oStream,
const char *
location
)
const
◆ OutputToStream() [2/2]
AWS_EC2_API void Aws::EC2::Model::DeviceOptions::OutputToStream
(
Aws::OStream &
ostream,
const char *
location,
unsigned
index,
const char *
locationValue
)
const
◆ PublicSigningKeyUrlHasBeenSet()
bool Aws::EC2::Model::DeviceOptions::PublicSigningKeyUrlHasBeenSet
(
)
const
inline
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
Definition at line 61 of file DeviceOptions.h.
◆ SetPublicSigningKeyUrl()
template<typename PublicSigningKeyUrlT = Aws::String>
void Aws::EC2::Model::DeviceOptions::SetPublicSigningKeyUrl
(
PublicSigningKeyUrlT &&
value)
inline
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
Definition at line 63 of file DeviceOptions.h.
◆ SetTenantId()
template<typename TenantIdT = Aws::String>
void Aws::EC2::Model::DeviceOptions::SetTenantId
(
TenantIdT &&
value)
inline
The ID of the tenant application with the device-identity provider.
Definition at line 50 of file DeviceOptions.h.
◆ TenantIdHasBeenSet()
bool Aws::EC2::Model::DeviceOptions::TenantIdHasBeenSet
(
)
const
inline
The ID of the tenant application with the device-identity provider.
Definition at line 48 of file DeviceOptions.h.
◆ WithPublicSigningKeyUrl()
template<typename PublicSigningKeyUrlT = Aws::String>
DeviceOptions & Aws::EC2::Model::DeviceOptions::WithPublicSigningKeyUrl
(
PublicSigningKeyUrlT &&
value)
inline
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
Definition at line 65 of file DeviceOptions.h.
◆ WithTenantId()
template<typename TenantIdT = Aws::String>
DeviceOptions & Aws::EC2::Model::DeviceOptions::WithTenantId
(
TenantIdT &&
value)
inline
The ID of the tenant application with the device-identity provider.
Definition at line 52 of file DeviceOptions.h.
The documentation for this class was generated from the following file: