Example usage
The following is a sample ArcGIS Online request URL used to access the security
resource:
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson
The following is a sample ArcGIS Enterprise request URL used to access the security
resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson
Description
The security
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
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{
"passwordPolicy": {
"type": "default",
"minLength": 8,
"minLetter": 1,
"minDigit": 1,
"created": -1,
"modified": -1
}
}