AWSIoTAuthInfo

Objective-C

@interface AWSIoTAuthInfo

Swift

class AWSIoTAuthInfo

A collection of authorization information.

Required parameters: [resources]

  • The type of action for which the principal is being authorized.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTActionType actionType;

    Swift

    var actionType: AWSIoTActionType { get set }
  • The resources for which the principal is being authorized to perform the specified action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable resources;

    Swift

    var resources: [String]? { get set }