Get Secret Result
    data class GetSecretResult(val id: String, val name: String, val secretResources: String? = null, val systemData: SystemDataResponse, val type: String)
Secret represents a secret.
Constructors
Link copied to clipboard
                fun GetSecretResult(id: String, name: String, secretResources: String? = null, systemData: SystemDataResponse, type: String)