AWSIoTDescribeAccountAuditConfigurationResponse

Objective-C

@interface AWSIoTDescribeAccountAuditConfigurationResponse

Swift

class AWSIoTDescribeAccountAuditConfigurationResponse
  • Which audit checks are enabled and disabled for this account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, AWSIoTAuditCheckConfiguration *> *_Nullable auditCheckConfigurations;

    Swift

    var auditCheckConfigurations: [String : AWSIoTAuditCheckConfiguration]? { get set }
  • Information about the targets to which audit notifications are sent for this account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, AWSIoTAuditNotificationTarget *> *_Nullable auditNotificationTargetConfigurations;

    Swift

    var auditNotificationTargetConfigurations: [String : AWSIoTAuditNotificationTarget]? { get set }
  • The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.

    On the first call to UpdateAccountAuditConfiguration, this parameter is required.

    Declaration

    Objective-C

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

    Swift

    var roleArn: String? { get set }