Skip to content

Commit a235da6

Browse files
fix(iam): change enforce sr page
1 parent f46badd commit a235da6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

menu/navigation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@
279279
"label": "Enforce multifactor authentication",
280280
"slug": "enforce-mfa"
281281
},
282-
{
283-
"label": "Enforce security requirements for IAM members",
284-
"slug": "enforce-security-requirements-members"
285-
},
286282
{
287283
"label": "Add resources to a Project",
288284
"slug": "add-resources-project"
@@ -359,6 +355,10 @@
359355
"label": "Manage members",
360356
"slug": "manage-members"
361357
},
358+
{
359+
"label": "Enforce security requirements for IAM members",
360+
"slug": "enforce-security-requirements-members"
361+
},
362362
{
363363
"label": "Create an application",
364364
"slug": "create-application"

pages/iam/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The Common Expression Language (CEL) is used to define expressions in [condition
4040

4141
A condition is an additional layer of restrictions for your rule. You can allow access to specific user agents or IP addresses, and allow actions to be performed only at certain dates and times. Conditions are defined through [CEL](#common-expression-language-cel) expressions, and can be set up and configured in the Scaleway console. Refer to the [Understanding policy conditions](/iam/reference-content/understanding-policy-conditions) documentation page to learn how they are set up and how you can define them.
4242

43+
## Grace Period
44+
45+
The grace period is the time an [IAM members](/iam/concepts#members) has to comply with the security requirements that are enforced in your Organization before their account is automatically locked. The accounts can be manually unlocked by an Owner or IAM Manager. Upon regaining access, the grace period resets, giving IAM members another chance to meet security requirements.
46+
4347
## Group
4448

4549
A group (also known as an IAM group) is a grouping of [users](#user) and/or [applications](#application). Creating groups allows you to attach [policies](#policy) to multiple users and/or applications at the same time.
File renamed without changes.

pages/organizations-and-projects/concepts.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ categories:
1616

1717
Each [Organization](#organization) has at least one associated [Project](#project). Upon account creation, this Project is called **default**. The [Project name can be changed](/organizations-and-projects/how-to/change-project-name/) later. The default Project takes on the Organization ID. Therefore, the default status cannot be transferred to other Projects.
1818

19-
## Grace Period
20-
21-
The grace period is the time an [IAM members](/iam/concepts#members) has to comply with the security requirements that are enforced in your Organization before their account is automatically locked. The accounts can be manually unlocked by an Owner or IAM Manager. Upon regaining access, the grace period resets, giving IAM members another chance to meet security requirements.
22-
2319
## Organization
2420

2521
An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner.

0 commit comments

Comments
 (0)