1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00
Andrea Longo
2023-06-29 15:11:52 -06:00
committed by GitHub
parent c45ac2b0f1
commit f5643ea7a5
3 changed files with 39 additions and 0 deletions

View File

@ -109,6 +109,22 @@ Parameters
Add a description for the service account.
For example, you might specify the reason the service account exists.
.. mc-cmd:: --expiry
:optional:
.. versionadded:: RELEASE.2023-05-30T22-41-38Z
Set an expiration date for the service account.
The date must be in the future, you may not set an expiration date that has already passed.
Allowed date and time formats:
- ``2023-06-24``
- ``2023-06-24T10:00``
- ``2023-06-24T10:00:00``
- ``2023-06-24T10:00:00Z``
- ``2023-06-24T10:00:00-07:00``
.. mc-cmd:: --name
:optional:

View File

@ -75,6 +75,22 @@ Parameters
Add a description for the service account.
For example, you might specify the reason the service account exists.
.. mc-cmd:: --expiry
:optional:
.. versionadded:: RELEASE.2023-05-30T22-41-38Z
Set an expiration date for the service account.
The date must be in the future, you may not set an expiration date that has already passed.
Allowed date and time formats:
- ``2023-06-24``
- ``2023-06-24T10:00``
- ``2023-06-24T10:00:00``
- ``2023-06-24T10:00:00Z``
- ``2023-06-24T10:00:00-07:00``
.. mc-cmd:: --name
:optional:

View File

@ -86,6 +86,13 @@ Parameters
mc ping TARGET -e 5
.. mc-cmd:: --exit
:optional:
.. versionadded:: RELEASE.2023-05-30T22-41-38Z
Exit after the first successful check.
.. mc-cmd:: --interval
:optional: