AWS cli medium security documentation change
Summary
Updated CLI version reference. Enhanced shredder intensity description with operational details. Added maxNonSsoSessionMinutes parameter documentation.
Security assessment
The maxNonSsoSessionMinutes parameter controls authentication session duration limits for non-SSO users, directly impacting account security. The shredder documentation improvement describes existing security controls.
Diff
diff --git a/cli/latest/reference/wickr/update-security-group.md b/cli/latest/reference/wickr/update-security-group.md index 18d381d23..e53a808e8 100644 --- a//cli/latest/reference/wickr/update-security-group.md +++ b//cli/latest/reference/wickr/update-security-group.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -304 +304,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/wickr- ->>> Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100] +>>> Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100]. +>>> +>>> ### Note +>>> +>>> A higher intensity setting could lead to higher battery usage on mobile devices. @@ -308,0 +313,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/wickr- +> +> maxNonSsoSessionMinutes -> (integer) +> +>> Maximum session duration in minutes for non-SSO users. Set to 0 to disable. Valid range is 60 to 525600 (1 hour to 365 days). +>> +>> Constraints: +>> +>> * min: `0` +>> * max: `525600` +>> + @@ -395 +410 @@ Shorthand Syntax: - alwaysReauthenticate=boolean,atakPackageValues=string,string,calling={canStart11Call=boolean,canVideoCall=boolean,forceTcpCall=boolean},checkForUpdates=boolean,enableAtak=boolean,enableCrashReports=boolean,enableFileDownload=boolean,enableGuestFederation=boolean,enableNotificationPreview=boolean,enableOpenAccessOption=boolean,enableRestrictedGlobalFederation=boolean,filesEnabled=boolean,forceDeviceLockout=integer,forceOpenAccess=boolean,forceReadReceipts=boolean,globalFederation=boolean,isAtoEnabled=boolean,isLinkPreviewEnabled=boolean,locationAllowMaps=boolean,locationEnabled=boolean,maxAutoDownloadSize=long,maxBor=integer,maxTtl=long,messageForwardingEnabled=boolean,passwordRequirements={lowercase=integer,minLength=integer,numbers=integer,symbols=integer,uppercase=integer},presenceEnabled=boolean,quickResponses=string,string,showMasterRecoveryKey=boolean,shredder={canProcessManually=boolean,intensity=integer},ssoMaxIdleMinutes=integer,federationMode=integer,lockoutThreshold=integer,permittedNetworks=string,string,permittedWickrAwsNetworks=[{region=string,networkId=string},{region=string,networkId=string}],permittedWickrEnterpriseNetworks=[{domain=string,networkId=string},{domain=string,networkId=string}] + alwaysReauthenticate=boolean,atakPackageValues=string,string,calling={canStart11Call=boolean,canVideoCall=boolean,forceTcpCall=boolean},checkForUpdates=boolean,enableAtak=boolean,enableCrashReports=boolean,enableFileDownload=boolean,enableGuestFederation=boolean,enableNotificationPreview=boolean,enableOpenAccessOption=boolean,enableRestrictedGlobalFederation=boolean,filesEnabled=boolean,forceDeviceLockout=integer,forceOpenAccess=boolean,forceReadReceipts=boolean,globalFederation=boolean,isAtoEnabled=boolean,isLinkPreviewEnabled=boolean,locationAllowMaps=boolean,locationEnabled=boolean,maxAutoDownloadSize=long,maxBor=integer,maxTtl=long,messageForwardingEnabled=boolean,passwordRequirements={lowercase=integer,minLength=integer,numbers=integer,symbols=integer,uppercase=integer},presenceEnabled=boolean,quickResponses=string,string,showMasterRecoveryKey=boolean,shredder={canProcessManually=boolean,intensity=integer},ssoMaxIdleMinutes=integer,maxNonSsoSessionMinutes=integer,federationMode=integer,lockoutThreshold=integer,permittedNetworks=string,string,permittedWickrAwsNetworks=[{region=string,networkId=string},{region=string,networkId=string}],permittedWickrEnterpriseNetworks=[{domain=string,networkId=string},{domain=string,networkId=string}] @@ -444,0 +460 @@ JSON Syntax: + "maxNonSsoSessionMinutes": integer, @@ -802 +818,5 @@ securityGroup -> (structure) ->>>> Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100] +>>>> Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100]. +>>>> +>>>> ### Note +>>>> +>>>> A higher intensity setting could lead to higher battery usage on mobile devices. @@ -806,0 +827,11 @@ securityGroup -> (structure) +>> +>> maxNonSsoSessionMinutes -> (integer) +>> +>>> Maximum session duration in minutes for non-SSO users. Set to 0 to disable. Valid range is 60 to 525600 (1 hour to 365 days). +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `525600` +>>> + @@ -900 +931 @@ securityGroup -> (structure) - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »