Package dev.dosya.sdk.model
Class CreateApiKeyParams
java.lang.Object
dev.dosya.sdk.model.CreateApiKeyParams
Parameters for creating a new API key.
CreateApiKeyParams params = new CreateApiKeyParams("CI/CD Key")
.scope("read")
.expiresInDays(90);
- Since:
- 0.1.0
-
Constructor Details
-
CreateApiKeyParams
-
-
Method Details
-
scope
-
expiresInDays
-
getName
-
getScope
-
getExpiresInDays
-