AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-quicksight
include
aws
quicksight
model
AuthenticationMethodOption.h
1
6
#pragma once
7
#include <aws/quicksight/QuickSight_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QuickSight
13
{
14
namespace
Model
15
{
16
enum class
AuthenticationMethodOption
17
{
18
NOT_SET
,
19
IAM_AND_QUICKSIGHT
,
20
IAM_ONLY
,
21
ACTIVE_DIRECTORY
,
22
IAM_IDENTITY_CENTER
23
};
24
25
namespace
AuthenticationMethodOptionMapper
26
{
27
AWS_QUICKSIGHT_API
AuthenticationMethodOption
GetAuthenticationMethodOptionForName
(
const
Aws::String
& name);
28
29
AWS_QUICKSIGHT_API
Aws::String
GetNameForAuthenticationMethodOption
(
AuthenticationMethodOption
value);
30
}
// namespace AuthenticationMethodOptionMapper
31
}
// namespace Model
32
}
// namespace QuickSight
33
}
// namespace Aws
Aws::QuickSight::Model::AuthenticationMethodOptionMapper::GetNameForAuthenticationMethodOption
AWS_QUICKSIGHT_API Aws::String GetNameForAuthenticationMethodOption(AuthenticationMethodOption value)
Aws::QuickSight::Model::AuthenticationMethodOptionMapper::GetAuthenticationMethodOptionForName
AWS_QUICKSIGHT_API AuthenticationMethodOption GetAuthenticationMethodOptionForName(const Aws::String &name)
Aws::QuickSight::Model::AuthenticationMethodOption
AuthenticationMethodOption
Definition
AuthenticationMethodOption.h:17
Aws::QuickSight::Model::AuthenticationMethodOption::IAM_IDENTITY_CENTER
@ IAM_IDENTITY_CENTER
Aws::QuickSight::Model::AuthenticationMethodOption::IAM_AND_QUICKSIGHT
@ IAM_AND_QUICKSIGHT
Aws::QuickSight::Model::AuthenticationMethodOption::ACTIVE_DIRECTORY
@ ACTIVE_DIRECTORY
Aws::QuickSight::Model::AuthenticationMethodOption::IAM_ONLY
@ IAM_ONLY
Aws::QuickSight::Model::AggType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences