/securityPolicy: Security Policy

URL:
https://[root]/portals/[portalID]/securityPolicy
Methods:
GET
Operations:
Update
Version Introduced:
10.4

Example usage

The following is a sample ArcGIS Online request URL used to access the securityPolicy resource:

Use dark colors for code blocksCopy
1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access the securityPolicy resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson

Description

The securityPolicy resource lists properties of an organization's security policy and provides the ability to configure the password length, complexity, and history requirements for members with ArcGIS accounts.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
{
  "passwordPolicy": {
    "type": "default",
    "minLength": 8,
    "minLetter": 1,
    "minDigit": 1,
    "created": -1,
    "modified": -1
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.