CreateRepositorySecretRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CreateRepositorySecretRequest
public class CreateRepositorySecretRequest
type CreateRepositorySecretRequest = class
Public Class CreateRepositorySecretRequest
- Inheritance
-
CreateRepositorySecretRequest
Constructors
| Name | Description |
|---|---|
| CreateRepositorySecretRequest() | |
Properties
| Name | Description |
|---|---|
| EncryptedValue |
Value for your secret, encrypted with LibSodium using the public key retrieved from the Get an Repository public key action. |
| KeyId |
ID of the key you used to encrypt the secret. |