Method
FoundrySecretServicerotate_api_key
unstable since: 1.1
Declaration [src]
DexFuture*
foundry_secret_service_rotate_api_key (
FoundrySecretService* self,
const char* host,
const char* service,
GDateTime* expire_at
)
Parameters
host-
Type:
const char*The hostname of the api server.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. service-
Type:
const char*The name of the service such as “gitlab”.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. expire_at-
Type:
GDateTimeWhen the new key should expire, or
NULL.The argument can be NULL.The data is owned by the caller of the method.