AWSEC2VerifiedAccessTrustProviderCondensed
Objective-C
@interface AWSEC2VerifiedAccessTrustProviderCondensed
Swift
class AWSEC2VerifiedAccessTrustProviderCondensed
Condensed information about a trust provider.
-
The description of trust provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The type of device-based trust provider.
Declaration
Objective-C
@property (nonatomic) AWSEC2DeviceTrustProviderType deviceTrustProviderType;
Swift
var deviceTrustProviderType: AWSEC2DeviceTrustProviderType { get set }
-
The type of trust provider (user- or device-based).
Declaration
Objective-C
@property (nonatomic) AWSEC2TrustProviderType trustProviderType;
Swift
var trustProviderType: AWSEC2TrustProviderType { get set }
-
The type of user-based trust provider.
Declaration
Objective-C
@property (nonatomic) AWSEC2UserTrustProviderType userTrustProviderType;
Swift
var userTrustProviderType: AWSEC2UserTrustProviderType { get set }
-
The ID of the trust provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessTrustProviderId;
Swift
var verifiedAccessTrustProviderId: String? { get set }