IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accessPolicyId (property)

The unique Id of the access policy.

Syntax

- (NSString*)accessPolicyId:(int)accessPolicyIndex;
- (void)setAccessPolicyId:(int)accessPolicyIndex:(NSString*)newAccessPolicyId;
public func accessPolicyId(accessPolicyIndex: Int32) throws -> String
public func setAccessPolicyId(accessPolicyIndex: Int32, newAccessPolicyId: String) throws -> Void

Default Value

""

Remarks

The unique Id of the access policy.

This property specifies the unique Id of the access policy, which may be up to 64 characters in length.

The AccessPolicyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AccessPolicyCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]