Skip to content

Commit b5dce55

Browse files
committed
Proofreading
1 parent 57e2c17 commit b5dce55

File tree

15 files changed

+275
-273
lines changed

15 files changed

+275
-273
lines changed

pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357357

358-
If not specified, the default operator is **EQ**
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

@@ -723,4 +723,4 @@ Here is a part of the output:
723723

724724
## Go further
725725

726-
Join our [community of users](/links/community).
726+
Join our [community of users](/links/community).

pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ
4242

4343
#### API definition
4444

45-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
45+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
4646

4747
|**Method**|**Path**|**Description**|
4848
| :-: | :-: | :-: |
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357357

358-
If not specified, the default operator is **EQ**
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

@@ -365,7 +365,7 @@ This section describes how to retrieve or create user for the policy.
365365

366366
#### API definition
367367

368-
<https://ca.api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
368+
<https://api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
369369

370370
|**Method**|**Path**|**Description**|
371371
| :-: | :-: | :-: |
@@ -452,7 +452,7 @@ This section describes how to retrieve resources information to use in a policy.
452452

453453
#### API definition
454454

455-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
455+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
456456

457457
|**Method**|**Path**|**Description**|
458458
| :-: | :-: | :-: |
@@ -511,7 +511,7 @@ To ease the policy management for a large number of resources, it is possible to
511511

512512
#### API definition
513513

514-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
514+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
515515

516516
|**Method**|**Path**|**Description**|
517517
| :-: | :-: | :-: |
@@ -604,7 +604,7 @@ These actions are specific to every product, such as rebooting a database server
604604

605605
#### API definition
606606

607-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
607+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
608608

609609
|**Method**|**Path**|**Description**|
610610
| :-: | :-: | :-: |
@@ -723,4 +723,4 @@ Here is a part of the output:
723723

724724
## Go further
725725

726-
Join our [community of users](/links/community).
726+
Join our [community of users](/links/community).

pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ
4242

4343
#### API definition
4444

45-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
45+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
4646

4747
|**Method**|**Path**|**Description**|
4848
| :-: | :-: | :-: |
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357357

358-
If not specified, the default operator is **EQ**
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

@@ -365,7 +365,7 @@ This section describes how to retrieve or create user for the policy.
365365

366366
#### API definition
367367

368-
<https://ca.api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
368+
<https://api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
369369

370370
|**Method**|**Path**|**Description**|
371371
| :-: | :-: | :-: |
@@ -452,7 +452,7 @@ This section describes how to retrieve resources information to use in a policy.
452452

453453
#### API definition
454454

455-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
455+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
456456

457457
|**Method**|**Path**|**Description**|
458458
| :-: | :-: | :-: |
@@ -511,7 +511,7 @@ To ease the policy management for a large number of resources, it is possible to
511511

512512
#### API definition
513513

514-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
514+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
515515

516516
|**Method**|**Path**|**Description**|
517517
| :-: | :-: | :-: |
@@ -604,7 +604,7 @@ These actions are specific to every product, such as rebooting a database server
604604

605605
#### API definition
606606

607-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
607+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
608608

609609
|**Method**|**Path**|**Description**|
610610
| :-: | :-: | :-: |
@@ -723,4 +723,4 @@ Here is a part of the output:
723723

724724
## Go further
725725

726-
Join our [community of users](/links/community).
726+
Join our [community of users](/links/community).

pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ
4242

4343
#### API definition
4444

45-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
45+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/policy>
4646

4747
|**Method**|**Path**|**Description**|
4848
| :-: | :-: | :-: |
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357357

358-
If not specified, the default operator is **EQ**
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

@@ -365,7 +365,7 @@ This section describes how to retrieve or create user for the policy.
365365

366366
#### API definition
367367

368-
<https://ca.api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
368+
<https://api.ovh.com/console-preview/?section=%2Fme&branch=v1#overview>
369369

370370
|**Method**|**Path**|**Description**|
371371
| :-: | :-: | :-: |
@@ -452,7 +452,7 @@ This section describes how to retrieve resources information to use in a policy.
452452

453453
#### API definition
454454

455-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
455+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resource>
456456

457457
|**Method**|**Path**|**Description**|
458458
| :-: | :-: | :-: |
@@ -511,7 +511,7 @@ To ease the policy management for a large number of resources, it is possible to
511511

512512
#### API definition
513513

514-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
514+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/resourceGroup>
515515

516516
|**Method**|**Path**|**Description**|
517517
| :-: | :-: | :-: |
@@ -604,7 +604,7 @@ These actions are specific to every product, such as rebooting a database server
604604

605605
#### API definition
606606

607-
<https://ca.api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
607+
<https://api.ovh.com/console-preview/?section=%2Fiam&branch=v2#get-/iam/reference/action>
608608

609609
|**Method**|**Path**|**Description**|
610610
| :-: | :-: | :-: |
@@ -723,4 +723,4 @@ Here is a part of the output:
723723

724724
## Go further
725725

726-
Join our [community of users](/links/community).
726+
Join our [community of users](/links/community).

pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
357-
358-
If not specified, the default operator is **EQ**
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357+
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,21 +341,21 @@ The available conditions are:
341341
| resource.Type | EQ <br>IN <br>STARTS_WITH <br>ENDS_WITH | string | Filter on resource types | "resource.Type.In": "dnsZone,vps" |
342342
| request.IP | EQ <br>IN <br>IN_RANGE | IP v4 | Filter on client source IP | "request.IP.IN_RANGE": "10.23.0.0/16" |
343343

344-
Dates use time zones based on IANA database names (<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>). If not specified, the date will be evaluated in UTC time zone.
344+
Dates use time zones based on [IANA database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If not specified, the date will be evaluated in UTC time zone.
345345

346346
The available operators for condition types are:
347347

348-
- **EQ** : The value must exactly match the specified value
349-
- **BEFORE** or **LT** (less than) : The value must be strictly less than
350-
- **AFTER** or **GE** (greater or equal) : The value must be equal to or greater than
351-
- **GT** (greater than) : The value must be strictly greater than
352-
- **LE** (less or equal) : The value must be equal to or less than
353-
- **IN** : The value must be included in the list
354-
- **START_WITH** : The value must start with the specified value
355-
- **END_WITH** : The value must end with the specified value
356-
- **IN_RANGE** : The value must be in the specified IP subnet
348+
- **EQ**: The value must exactly match the specified value
349+
- **BEFORE** or **LT** (less than): The value must be strictly less than
350+
- **AFTER** or **GE** (greater or equal): The value must be equal to or greater than
351+
- **GT** (greater than): The value must be strictly greater than
352+
- **LE** (less or equal): The value must be equal to or less than
353+
- **IN**: The value must be included in the list
354+
- **START_WITH**: The value must start with the specified value
355+
- **END_WITH**: The value must end with the specified value
356+
- **IN_RANGE**: The value must be in the specified IP subnet
357357

358-
If not specified, the default operator is **EQ**
358+
If not specified, the default operator is **EQ**.
359359

360360
### Identities
361361

@@ -723,4 +723,4 @@ Here is a part of the output:
723723

724724
## Go further
725725

726-
Join our [community of users](/links/community).
726+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)