Versions in this module Expand all Collapse all v0 v0.0.2 Jul 21, 2024 Changes in this version + const AkeylessV2Service_Auth_FullMethodName + const AkeylessV2Service_CreateSecret_FullMethodName + const AkeylessV2Service_DeleteItem_FullMethodName + const AkeylessV2Service_DescribeItem_FullMethodName + const AkeylessV2Service_GetRotatedSecretValue_FullMethodName + const AkeylessV2Service_GetSecretValue_FullMethodName + const AkeylessV2Service_ListItems_FullMethodName + const AkeylessV2Service_UpdateSecretVal_FullMethodName + var AkeylessV2Service_ServiceDesc = grpc.ServiceDesc + var File_models_access_or_group_permission_assignment_proto protoreflect.FileDescriptor + var File_models_attribute_type_and_value_proto protoreflect.FileDescriptor + var File_models_auth_output_proto protoreflect.FileDescriptor + var File_models_auth_proto protoreflect.FileDescriptor + var File_models_bastion_list_entry_proto protoreflect.FileDescriptor + var File_models_bastions_list_proto protoreflect.FileDescriptor + var File_models_certificate_chain_info_proto protoreflect.FileDescriptor + var File_models_certificate_expiration_event_proto protoreflect.FileDescriptor + var File_models_certificate_info_proto protoreflect.FileDescriptor + var File_models_certificate_issue_info_proto protoreflect.FileDescriptor + var File_models_certificate_template_info_proto protoreflect.FileDescriptor + var File_models_certificate_version_info_proto protoreflect.FileDescriptor + var File_models_classic_key_details_info_proto protoreflect.FileDescriptor + var File_models_classic_key_status_info_proto protoreflect.FileDescriptor + var File_models_classic_key_target_info_proto protoreflect.FileDescriptor + var File_models_create_secret_output_proto protoreflect.FileDescriptor + var File_models_create_secret_proto protoreflect.FileDescriptor + var File_models_delete_item_output_proto protoreflect.FileDescriptor + var File_models_delete_item_proto protoreflect.FileDescriptor + var File_models_describe_item_proto protoreflect.FileDescriptor + var File_models_dynamic_secret_producer_info_proto protoreflect.FileDescriptor + var File_models_email_tokenizer_info_proto protoreflect.FileDescriptor + var File_models_extension_proto protoreflect.FileDescriptor + var File_models_external_kms_key_id_proto protoreflect.FileDescriptor + var File_models_gateway_basic_info_proto protoreflect.FileDescriptor + var File_models_get_rotated_secret_value_proto protoreflect.FileDescriptor + var File_models_get_secret_value_proto protoreflect.FileDescriptor + var File_models_importer_info_proto protoreflect.FileDescriptor + var File_models_item_general_info_proto protoreflect.FileDescriptor + var File_models_item_proto protoreflect.FileDescriptor + var File_models_item_sra_status_proto protoreflect.FileDescriptor + var File_models_item_target_association_proto protoreflect.FileDescriptor + var File_models_item_version_proto protoreflect.FileDescriptor + var File_models_json_error_proto protoreflect.FileDescriptor + var File_models_linked_details_proto protoreflect.FileDescriptor + var File_models_list_items_in_path_output_proto protoreflect.FileDescriptor + var File_models_list_items_proto protoreflect.FileDescriptor + var File_models_name_proto protoreflect.FileDescriptor + var File_models_oidc_client_info_proto protoreflect.FileDescriptor + var File_models_password_policy_info_proto protoreflect.FileDescriptor + var File_models_pki_certificate_issue_details_proto protoreflect.FileDescriptor + var File_models_regexp_tokenizer_info_proto protoreflect.FileDescriptor + var File_models_rotated_secret_details_info_proto protoreflect.FileDescriptor + var File_models_rule_assigner_proto protoreflect.FileDescriptor + var File_models_secure_remote_access_proto protoreflect.FileDescriptor + var File_models_special_types_proto protoreflect.FileDescriptor + var File_models_ssh_certificate_issue_details_proto protoreflect.FileDescriptor + var File_models_static_secret_details_info_proto protoreflect.FileDescriptor + var File_models_system_access_credentials_reply_obj_proto protoreflect.FileDescriptor + var File_models_target_item_version_proto protoreflect.FileDescriptor + var File_models_target_name_with_hosts_proto protoreflect.FileDescriptor + var File_models_tokenizer_info_proto protoreflect.FileDescriptor + var File_models_update_secret_val_output_proto protoreflect.FileDescriptor + var File_models_update_secret_val_proto protoreflect.FileDescriptor + var File_models_vaultless_tokenizer_info_proto protoreflect.FileDescriptor + var File_models_windows_service_attributes_proto protoreflect.FileDescriptor + var File_models_windows_service_proto protoreflect.FileDescriptor + var File_services_v2_service_proto protoreflect.FileDescriptor + func RegisterAkeylessV2ServiceServer(s grpc.ServiceRegistrar, srv AkeylessV2ServiceServer) + type AccessOrGroupPermissionAssignment struct + AccessId string + AccessType string + AssignmentName string + AssignmentType string + GroupId string + SubClaims map[string]*StringArray + func (*AccessOrGroupPermissionAssignment) Descriptor() ([]byte, []int) + func (*AccessOrGroupPermissionAssignment) ProtoMessage() + func (x *AccessOrGroupPermissionAssignment) GetAccessId() string + func (x *AccessOrGroupPermissionAssignment) GetAccessType() string + func (x *AccessOrGroupPermissionAssignment) GetAssignmentName() string + func (x *AccessOrGroupPermissionAssignment) GetAssignmentType() string + func (x *AccessOrGroupPermissionAssignment) GetGroupId() string + func (x *AccessOrGroupPermissionAssignment) GetSubClaims() map[string]*StringArray + func (x *AccessOrGroupPermissionAssignment) ProtoReflect() protoreflect.Message + func (x *AccessOrGroupPermissionAssignment) Reset() + func (x *AccessOrGroupPermissionAssignment) String() string + type AkeylessV2ServiceClient interface + Auth func(ctx context.Context, in *AuthRequest, opts ...grpc.CallOption) (*AuthOutput, error) + CreateSecret func(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*CreateSecretOutput, error) + DeleteItem func(ctx context.Context, in *DeleteItemRequest, opts ...grpc.CallOption) (*DeleteItemOutput, error) + DescribeItem func(ctx context.Context, in *DescribeItemRequest, opts ...grpc.CallOption) (*Item, error) + GetRotatedSecretValue func(ctx context.Context, in *GetRotatedSecretValueRequest, opts ...grpc.CallOption) (*GetRotatedSecretValueResponse, error) + GetSecretValue func(ctx context.Context, in *GetSecretValueRequest, opts ...grpc.CallOption) (*GetSecretValueResponse, error) + ListItems func(ctx context.Context, in *ListItemsRequest, opts ...grpc.CallOption) (*ListItemsInPathOutput, error) + UpdateSecretVal func(ctx context.Context, in *UpdateSecretValRequest, opts ...grpc.CallOption) (*UpdateSecretValOutput, error) + func NewAkeylessV2ServiceClient(cc grpc.ClientConnInterface) AkeylessV2ServiceClient + type AkeylessV2ServiceServer interface + Auth func(context.Context, *AuthRequest) (*AuthOutput, error) + CreateSecret func(context.Context, *CreateSecretRequest) (*CreateSecretOutput, error) + DeleteItem func(context.Context, *DeleteItemRequest) (*DeleteItemOutput, error) + DescribeItem func(context.Context, *DescribeItemRequest) (*Item, error) + GetRotatedSecretValue func(context.Context, *GetRotatedSecretValueRequest) (*GetRotatedSecretValueResponse, error) + GetSecretValue func(context.Context, *GetSecretValueRequest) (*GetSecretValueResponse, error) + ListItems func(context.Context, *ListItemsRequest) (*ListItemsInPathOutput, error) + UpdateSecretVal func(context.Context, *UpdateSecretValRequest) (*UpdateSecretValOutput, error) + type AttributeTypeAndValue struct + Type []int64 + Value *structpb.Struct + func (*AttributeTypeAndValue) Descriptor() ([]byte, []int) + func (*AttributeTypeAndValue) ProtoMessage() + func (x *AttributeTypeAndValue) GetType() []int64 + func (x *AttributeTypeAndValue) GetValue() *structpb.Struct + func (x *AttributeTypeAndValue) ProtoReflect() protoreflect.Message + func (x *AttributeTypeAndValue) Reset() + func (x *AttributeTypeAndValue) String() string + type Auth struct + AccessId string + AccessKey string + AccessType string + AccountId string + AdminEmail string + AdminPassword string + CertData string + CloudId string + Debug bool + GatewayUrl string + GcpAudience string + Json bool + Jwt string + K8SAuthConfigName string + K8SServiceAccountToken string + KeyData string + LdapPassword string + LdapUsername string + OciAuthType string + OciGroupOcid []string + UidToken string + func (*Auth) Descriptor() ([]byte, []int) + func (*Auth) ProtoMessage() + func (x *Auth) GetAccessId() string + func (x *Auth) GetAccessKey() string + func (x *Auth) GetAccessType() string + func (x *Auth) GetAccountId() string + func (x *Auth) GetAdminEmail() string + func (x *Auth) GetAdminPassword() string + func (x *Auth) GetCertData() string + func (x *Auth) GetCloudId() string + func (x *Auth) GetDebug() bool + func (x *Auth) GetGatewayUrl() string + func (x *Auth) GetGcpAudience() string + func (x *Auth) GetJson() bool + func (x *Auth) GetJwt() string + func (x *Auth) GetK8SAuthConfigName() string + func (x *Auth) GetK8SServiceAccountToken() string + func (x *Auth) GetKeyData() string + func (x *Auth) GetLdapPassword() string + func (x *Auth) GetLdapUsername() string + func (x *Auth) GetOciAuthType() string + func (x *Auth) GetOciGroupOcid() []string + func (x *Auth) GetUidToken() string + func (x *Auth) ProtoReflect() protoreflect.Message + func (x *Auth) Reset() + func (x *Auth) String() string + type AuthOutput struct + Creds *SystemAccessCredentialsReplyObj + Token string + func (*AuthOutput) Descriptor() ([]byte, []int) + func (*AuthOutput) ProtoMessage() + func (x *AuthOutput) GetCreds() *SystemAccessCredentialsReplyObj + func (x *AuthOutput) GetToken() string + func (x *AuthOutput) ProtoReflect() protoreflect.Message + func (x *AuthOutput) Reset() + func (x *AuthOutput) String() string + type AuthRequest struct + Body *Auth + func (*AuthRequest) Descriptor() ([]byte, []int) + func (*AuthRequest) ProtoMessage() + func (x *AuthRequest) GetBody() *Auth + func (x *AuthRequest) ProtoReflect() protoreflect.Message + func (x *AuthRequest) Reset() + func (x *AuthRequest) String() string + type BastionListEntry struct + AccessId string + AllowedAccessIds []string + AllowedUrls []string + AllowedUrlsPerInstance map[string]*StringArray + ClusterName string + DisplayName string + LastReport string + func (*BastionListEntry) Descriptor() ([]byte, []int) + func (*BastionListEntry) ProtoMessage() + func (x *BastionListEntry) GetAccessId() string + func (x *BastionListEntry) GetAllowedAccessIds() []string + func (x *BastionListEntry) GetAllowedUrls() []string + func (x *BastionListEntry) GetAllowedUrlsPerInstance() map[string]*StringArray + func (x *BastionListEntry) GetClusterName() string + func (x *BastionListEntry) GetDisplayName() string + func (x *BastionListEntry) GetLastReport() string + func (x *BastionListEntry) ProtoReflect() protoreflect.Message + func (x *BastionListEntry) Reset() + func (x *BastionListEntry) String() string + type BastionsList struct + Clusters []*BastionListEntry + func (*BastionsList) Descriptor() ([]byte, []int) + func (*BastionsList) ProtoMessage() + func (x *BastionsList) GetClusters() []*BastionListEntry + func (x *BastionsList) ProtoReflect() protoreflect.Message + func (x *BastionsList) Reset() + func (x *BastionsList) String() string + type CertificateChainInfo struct + CertificateChain []*CertificateInfo + CertificateFormat string + CertificateHasPrivateKey bool + CertificateIssuerGwClusterUrl string + CertificateIssuerItemId int64 + CertificateIssuerName string + CertificatePem string + CertificateStatus string + ExpirationEvents []*CertificateExpirationEvent + func (*CertificateChainInfo) Descriptor() ([]byte, []int) + func (*CertificateChainInfo) ProtoMessage() + func (x *CertificateChainInfo) GetCertificateChain() []*CertificateInfo + func (x *CertificateChainInfo) GetCertificateFormat() string + func (x *CertificateChainInfo) GetCertificateHasPrivateKey() bool + func (x *CertificateChainInfo) GetCertificateIssuerGwClusterUrl() string + func (x *CertificateChainInfo) GetCertificateIssuerItemId() int64 + func (x *CertificateChainInfo) GetCertificateIssuerName() string + func (x *CertificateChainInfo) GetCertificatePem() string + func (x *CertificateChainInfo) GetCertificateStatus() string + func (x *CertificateChainInfo) GetExpirationEvents() []*CertificateExpirationEvent + func (x *CertificateChainInfo) ProtoReflect() protoreflect.Message + func (x *CertificateChainInfo) Reset() + func (x *CertificateChainInfo) String() string + type CertificateExpirationEvent struct + SecondsBefore int64 + func (*CertificateExpirationEvent) Descriptor() ([]byte, []int) + func (*CertificateExpirationEvent) ProtoMessage() + func (x *CertificateExpirationEvent) GetSecondsBefore() int64 + func (x *CertificateExpirationEvent) ProtoReflect() protoreflect.Message + func (x *CertificateExpirationEvent) Reset() + func (x *CertificateExpirationEvent) String() string + type CertificateInfo struct + CrlDistributionPoints []string + DnsNames []string + EmailAddresses []string + ExtKeyUsage []int64 + Extensions []*Extension + IpAddresses []string + IsCa bool + Issuer *Name + IssuingCertificateUrl []string + KeySize int64 + KeyUsage int64 + NotAfter string + NotBefore string + OcspServer []string + PublicKeyAlgorithmName string + SerialNumber string + Sha_1Fingerprint string + Sha_256Fingerprint string + Signature string + SignatureAlgorithmName string + Subject *Name + SubjectPublicKey string + Uris []string + Version int64 + func (*CertificateInfo) Descriptor() ([]byte, []int) + func (*CertificateInfo) ProtoMessage() + func (x *CertificateInfo) GetCrlDistributionPoints() []string + func (x *CertificateInfo) GetDnsNames() []string + func (x *CertificateInfo) GetEmailAddresses() []string + func (x *CertificateInfo) GetExtKeyUsage() []int64 + func (x *CertificateInfo) GetExtensions() []*Extension + func (x *CertificateInfo) GetIpAddresses() []string + func (x *CertificateInfo) GetIsCa() bool + func (x *CertificateInfo) GetIssuer() *Name + func (x *CertificateInfo) GetIssuingCertificateUrl() []string + func (x *CertificateInfo) GetKeySize() int64 + func (x *CertificateInfo) GetKeyUsage() int64 + func (x *CertificateInfo) GetNotAfter() string + func (x *CertificateInfo) GetNotBefore() string + func (x *CertificateInfo) GetOcspServer() []string + func (x *CertificateInfo) GetPublicKeyAlgorithmName() string + func (x *CertificateInfo) GetSerialNumber() string + func (x *CertificateInfo) GetSha_1Fingerprint() string + func (x *CertificateInfo) GetSha_256Fingerprint() string + func (x *CertificateInfo) GetSignature() string + func (x *CertificateInfo) GetSignatureAlgorithmName() string + func (x *CertificateInfo) GetSubject() *Name + func (x *CertificateInfo) GetSubjectPublicKey() string + func (x *CertificateInfo) GetUris() []string + func (x *CertificateInfo) GetVersion() int64 + func (x *CertificateInfo) ProtoReflect() protoreflect.Message + func (x *CertificateInfo) Reset() + func (x *CertificateInfo) String() string + type CertificateIssueInfo struct + CertIssuerType string + MaxTtl int64 + PkiCertIssuerDetails *PkiCertificateIssueDetails + SshCertIssuerDetails *SshCertificateIssueDetails + func (*CertificateIssueInfo) Descriptor() ([]byte, []int) + func (*CertificateIssueInfo) ProtoMessage() + func (x *CertificateIssueInfo) GetCertIssuerType() string + func (x *CertificateIssueInfo) GetMaxTtl() int64 + func (x *CertificateIssueInfo) GetPkiCertIssuerDetails() *PkiCertificateIssueDetails + func (x *CertificateIssueInfo) GetSshCertIssuerDetails() *SshCertificateIssueDetails + func (x *CertificateIssueInfo) ProtoReflect() protoreflect.Message + func (x *CertificateIssueInfo) Reset() + func (x *CertificateIssueInfo) String() string + type CertificateTemplateInfo struct + CommonName string + Country string + CsrCnfBase_64 string + DigestAlgo string + Locality string + Organization string + Province string + SelfSignedEnabled bool + Ttl int64 + func (*CertificateTemplateInfo) Descriptor() ([]byte, []int) + func (*CertificateTemplateInfo) ProtoMessage() + func (x *CertificateTemplateInfo) GetCommonName() string + func (x *CertificateTemplateInfo) GetCountry() string + func (x *CertificateTemplateInfo) GetCsrCnfBase_64() string + func (x *CertificateTemplateInfo) GetDigestAlgo() string + func (x *CertificateTemplateInfo) GetLocality() string + func (x *CertificateTemplateInfo) GetOrganization() string + func (x *CertificateTemplateInfo) GetProvince() string + func (x *CertificateTemplateInfo) GetSelfSignedEnabled() bool + func (x *CertificateTemplateInfo) GetTtl() int64 + func (x *CertificateTemplateInfo) ProtoReflect() protoreflect.Message + func (x *CertificateTemplateInfo) Reset() + func (x *CertificateTemplateInfo) String() string + type CertificateVersionInfo struct + NotAfter string + NotBefore string + Status string + func (*CertificateVersionInfo) Descriptor() ([]byte, []int) + func (*CertificateVersionInfo) ProtoMessage() + func (x *CertificateVersionInfo) GetNotAfter() string + func (x *CertificateVersionInfo) GetNotBefore() string + func (x *CertificateVersionInfo) GetStatus() string + func (x *CertificateVersionInfo) ProtoReflect() protoreflect.Message + func (x *CertificateVersionInfo) Reset() + func (x *CertificateVersionInfo) String() string + type ClassicKeyDetailsInfo struct + ClassicKeyAttributes map[string]*StringArray + ClassicKeyId string + GwClusterId int64 + HasCertificate bool + IsProvidedByUser bool + IsUnexportable bool + KeyState string + KeyType string + LastError string + PublicKey string + TargetAliasHelper string + TargetTypes []string + Targets []*ClassicKeyTargetInfo + func (*ClassicKeyDetailsInfo) Descriptor() ([]byte, []int) + func (*ClassicKeyDetailsInfo) ProtoMessage() + func (x *ClassicKeyDetailsInfo) GetClassicKeyAttributes() map[string]*StringArray + func (x *ClassicKeyDetailsInfo) GetClassicKeyId() string + func (x *ClassicKeyDetailsInfo) GetGwClusterId() int64 + func (x *ClassicKeyDetailsInfo) GetHasCertificate() bool + func (x *ClassicKeyDetailsInfo) GetIsProvidedByUser() bool + func (x *ClassicKeyDetailsInfo) GetIsUnexportable() bool + func (x *ClassicKeyDetailsInfo) GetKeyState() string + func (x *ClassicKeyDetailsInfo) GetKeyType() string + func (x *ClassicKeyDetailsInfo) GetLastError() string + func (x *ClassicKeyDetailsInfo) GetPublicKey() string + func (x *ClassicKeyDetailsInfo) GetTargetAliasHelper() string + func (x *ClassicKeyDetailsInfo) GetTargetTypes() []string + func (x *ClassicKeyDetailsInfo) GetTargets() []*ClassicKeyTargetInfo + func (x *ClassicKeyDetailsInfo) ProtoReflect() protoreflect.Message + func (x *ClassicKeyDetailsInfo) Reset() + func (x *ClassicKeyDetailsInfo) String() string + type ClassicKeyStatusInfo struct + ErrorDate string + LastError string + LastStatus string + Version int64 + func (*ClassicKeyStatusInfo) Descriptor() ([]byte, []int) + func (*ClassicKeyStatusInfo) ProtoMessage() + func (x *ClassicKeyStatusInfo) GetErrorDate() string + func (x *ClassicKeyStatusInfo) GetLastError() string + func (x *ClassicKeyStatusInfo) GetLastStatus() string + func (x *ClassicKeyStatusInfo) GetVersion() int64 + func (x *ClassicKeyStatusInfo) ProtoReflect() protoreflect.Message + func (x *ClassicKeyStatusInfo) Reset() + func (x *ClassicKeyStatusInfo) String() string + type ClassicKeyTargetInfo struct + ExternalKmsId *ExternalKmsKeyId + KeyPurpose []string + KeyStatus *ClassicKeyStatusInfo + TargetAssocId string + TargetType string + func (*ClassicKeyTargetInfo) Descriptor() ([]byte, []int) + func (*ClassicKeyTargetInfo) ProtoMessage() + func (x *ClassicKeyTargetInfo) GetExternalKmsId() *ExternalKmsKeyId + func (x *ClassicKeyTargetInfo) GetKeyPurpose() []string + func (x *ClassicKeyTargetInfo) GetKeyStatus() *ClassicKeyStatusInfo + func (x *ClassicKeyTargetInfo) GetTargetAssocId() string + func (x *ClassicKeyTargetInfo) GetTargetType() string + func (x *ClassicKeyTargetInfo) ProtoReflect() protoreflect.Message + func (x *ClassicKeyTargetInfo) Reset() + func (x *ClassicKeyTargetInfo) String() string + type CreateSecret struct + Accessibility string + ChangeEvent string + CustomField map[string]string + DeleteProtection string + Description string + Format string + InjectUrl []string + Json bool + MaxVersions string + Metadata string + MultilineValue bool + Name string + Password string + ProtectionKey string + SecureAccessBastionIssuer string + SecureAccessEnable string + SecureAccessHost []string + SecureAccessRdpUser string + SecureAccessSshCreds string + SecureAccessSshUser string + SecureAccessUrl string + SecureAccessWebBrowsing bool + SecureAccessWebProxy bool + Tags []string + Token string + Type string + UidToken string + Username string + Value string + func (*CreateSecret) Descriptor() ([]byte, []int) + func (*CreateSecret) ProtoMessage() + func (x *CreateSecret) GetAccessibility() string + func (x *CreateSecret) GetChangeEvent() string + func (x *CreateSecret) GetCustomField() map[string]string + func (x *CreateSecret) GetDeleteProtection() string + func (x *CreateSecret) GetDescription() string + func (x *CreateSecret) GetFormat() string + func (x *CreateSecret) GetInjectUrl() []string + func (x *CreateSecret) GetJson() bool + func (x *CreateSecret) GetMaxVersions() string + func (x *CreateSecret) GetMetadata() string + func (x *CreateSecret) GetMultilineValue() bool + func (x *CreateSecret) GetName() string + func (x *CreateSecret) GetPassword() string + func (x *CreateSecret) GetProtectionKey() string + func (x *CreateSecret) GetSecureAccessBastionIssuer() string + func (x *CreateSecret) GetSecureAccessEnable() string + func (x *CreateSecret) GetSecureAccessHost() []string + func (x *CreateSecret) GetSecureAccessRdpUser() string + func (x *CreateSecret) GetSecureAccessSshCreds() string + func (x *CreateSecret) GetSecureAccessSshUser() string + func (x *CreateSecret) GetSecureAccessUrl() string + func (x *CreateSecret) GetSecureAccessWebBrowsing() bool + func (x *CreateSecret) GetSecureAccessWebProxy() bool + func (x *CreateSecret) GetTags() []string + func (x *CreateSecret) GetToken() string + func (x *CreateSecret) GetType() string + func (x *CreateSecret) GetUidToken() string + func (x *CreateSecret) GetUsername() string + func (x *CreateSecret) GetValue() string + func (x *CreateSecret) ProtoReflect() protoreflect.Message + func (x *CreateSecret) Reset() + func (x *CreateSecret) String() string + type CreateSecretOutput struct + Name string + func (*CreateSecretOutput) Descriptor() ([]byte, []int) + func (*CreateSecretOutput) ProtoMessage() + func (x *CreateSecretOutput) GetName() string + func (x *CreateSecretOutput) ProtoReflect() protoreflect.Message + func (x *CreateSecretOutput) Reset() + func (x *CreateSecretOutput) String() string + type CreateSecretRequest struct + Body *CreateSecret + func (*CreateSecretRequest) Descriptor() ([]byte, []int) + func (*CreateSecretRequest) ProtoMessage() + func (x *CreateSecretRequest) GetBody() *CreateSecret + func (x *CreateSecretRequest) ProtoReflect() protoreflect.Message + func (x *CreateSecretRequest) Reset() + func (x *CreateSecretRequest) String() string + type DeleteItem struct + Accessibility string + DeleteImmediately bool + DeleteInDays int64 + Json bool + Name string + Token string + UidToken string + Version int32 + func (*DeleteItem) Descriptor() ([]byte, []int) + func (*DeleteItem) ProtoMessage() + func (x *DeleteItem) GetAccessibility() string + func (x *DeleteItem) GetDeleteImmediately() bool + func (x *DeleteItem) GetDeleteInDays() int64 + func (x *DeleteItem) GetJson() bool + func (x *DeleteItem) GetName() string + func (x *DeleteItem) GetToken() string + func (x *DeleteItem) GetUidToken() string + func (x *DeleteItem) GetVersion() int32 + func (x *DeleteItem) ProtoReflect() protoreflect.Message + func (x *DeleteItem) Reset() + func (x *DeleteItem) String() string + type DeleteItemOutput struct + DeletionDate string + ItemId int64 + ItemName string + VersionDeleted int32 + func (*DeleteItemOutput) Descriptor() ([]byte, []int) + func (*DeleteItemOutput) ProtoMessage() + func (x *DeleteItemOutput) GetDeletionDate() string + func (x *DeleteItemOutput) GetItemId() int64 + func (x *DeleteItemOutput) GetItemName() string + func (x *DeleteItemOutput) GetVersionDeleted() int32 + func (x *DeleteItemOutput) ProtoReflect() protoreflect.Message + func (x *DeleteItemOutput) Reset() + func (x *DeleteItemOutput) String() string + type DeleteItemRequest struct + Body *DeleteItem + func (*DeleteItemRequest) Descriptor() ([]byte, []int) + func (*DeleteItemRequest) ProtoMessage() + func (x *DeleteItemRequest) GetBody() *DeleteItem + func (x *DeleteItemRequest) ProtoReflect() protoreflect.Message + func (x *DeleteItemRequest) Reset() + func (x *DeleteItemRequest) String() string + type DescribeItem struct + Accessibility string + BastionDetails bool + DisplayId string + GatewayDetails bool + ItemId int64 + Json bool + Name string + ServicesDetails bool + ShowVersions bool + Token string + UidToken string + func (*DescribeItem) Descriptor() ([]byte, []int) + func (*DescribeItem) ProtoMessage() + func (x *DescribeItem) GetAccessibility() string + func (x *DescribeItem) GetBastionDetails() bool + func (x *DescribeItem) GetDisplayId() string + func (x *DescribeItem) GetGatewayDetails() bool + func (x *DescribeItem) GetItemId() int64 + func (x *DescribeItem) GetJson() bool + func (x *DescribeItem) GetName() string + func (x *DescribeItem) GetServicesDetails() bool + func (x *DescribeItem) GetShowVersions() bool + func (x *DescribeItem) GetToken() string + func (x *DescribeItem) GetUidToken() string + func (x *DescribeItem) ProtoReflect() protoreflect.Message + func (x *DescribeItem) Reset() + func (x *DescribeItem) String() string + type DescribeItemRequest struct + Body *DescribeItem + func (*DescribeItemRequest) Descriptor() ([]byte, []int) + func (*DescribeItemRequest) ProtoMessage() + func (x *DescribeItemRequest) GetBody() *DescribeItem + func (x *DescribeItemRequest) ProtoReflect() protoreflect.Message + func (x *DescribeItemRequest) Reset() + func (x *DescribeItemRequest) String() string + type DynamicSecretProducerInfo struct + FailureMessage string + GwClusterId int64 + K8SAllowedNamespaces string + K8SDynamicMode bool + ProducerLastKeepAlive string + ProducerMetadata string + ProducerStatus string + ProducerType string + UserTtl string + func (*DynamicSecretProducerInfo) Descriptor() ([]byte, []int) + func (*DynamicSecretProducerInfo) ProtoMessage() + func (x *DynamicSecretProducerInfo) GetFailureMessage() string + func (x *DynamicSecretProducerInfo) GetGwClusterId() int64 + func (x *DynamicSecretProducerInfo) GetK8SAllowedNamespaces() string + func (x *DynamicSecretProducerInfo) GetK8SDynamicMode() bool + func (x *DynamicSecretProducerInfo) GetProducerLastKeepAlive() string + func (x *DynamicSecretProducerInfo) GetProducerMetadata() string + func (x *DynamicSecretProducerInfo) GetProducerStatus() string + func (x *DynamicSecretProducerInfo) GetProducerType() string + func (x *DynamicSecretProducerInfo) GetUserTtl() string + func (x *DynamicSecretProducerInfo) ProtoReflect() protoreflect.Message + func (x *DynamicSecretProducerInfo) Reset() + func (x *DynamicSecretProducerInfo) String() string + type EmailTokenizerInfo struct + DomainSuffixLength int64 + FixedDomainSuffix string + KeepPrefixLength int64 + func (*EmailTokenizerInfo) Descriptor() ([]byte, []int) + func (*EmailTokenizerInfo) ProtoMessage() + func (x *EmailTokenizerInfo) GetDomainSuffixLength() int64 + func (x *EmailTokenizerInfo) GetFixedDomainSuffix() string + func (x *EmailTokenizerInfo) GetKeepPrefixLength() int64 + func (x *EmailTokenizerInfo) ProtoReflect() protoreflect.Message + func (x *EmailTokenizerInfo) Reset() + func (x *EmailTokenizerInfo) String() string + type Extension struct + Critical bool + Name string + Value string + func (*Extension) Descriptor() ([]byte, []int) + func (*Extension) ProtoMessage() + func (x *Extension) GetCritical() bool + func (x *Extension) GetName() string + func (x *Extension) GetValue() string + func (x *Extension) ProtoReflect() protoreflect.Message + func (x *Extension) Reset() + func (x *Extension) String() string + type ExternalKmsKeyId struct + KeyId string + KeyReference string + func (*ExternalKmsKeyId) Descriptor() ([]byte, []int) + func (*ExternalKmsKeyId) ProtoMessage() + func (x *ExternalKmsKeyId) GetKeyId() string + func (x *ExternalKmsKeyId) GetKeyReference() string + func (x *ExternalKmsKeyId) ProtoReflect() protoreflect.Message + func (x *ExternalKmsKeyId) Reset() + func (x *ExternalKmsKeyId) String() string + type GatewayBasicInfo struct + ClusterDisplayName string + ClusterId int64 + ClusterName string + ClusterUrl string + func (*GatewayBasicInfo) Descriptor() ([]byte, []int) + func (*GatewayBasicInfo) ProtoMessage() + func (x *GatewayBasicInfo) GetClusterDisplayName() string + func (x *GatewayBasicInfo) GetClusterId() int64 + func (x *GatewayBasicInfo) GetClusterName() string + func (x *GatewayBasicInfo) GetClusterUrl() string + func (x *GatewayBasicInfo) ProtoReflect() protoreflect.Message + func (x *GatewayBasicInfo) Reset() + func (x *GatewayBasicInfo) String() string + type GetRotatedSecretValue struct + Host string + IgnoreCache string + Json bool + Names string + Token string + UidToken string + Version int32 + func (*GetRotatedSecretValue) Descriptor() ([]byte, []int) + func (*GetRotatedSecretValue) ProtoMessage() + func (x *GetRotatedSecretValue) GetHost() string + func (x *GetRotatedSecretValue) GetIgnoreCache() string + func (x *GetRotatedSecretValue) GetJson() bool + func (x *GetRotatedSecretValue) GetNames() string + func (x *GetRotatedSecretValue) GetToken() string + func (x *GetRotatedSecretValue) GetUidToken() string + func (x *GetRotatedSecretValue) GetVersion() int32 + func (x *GetRotatedSecretValue) ProtoReflect() protoreflect.Message + func (x *GetRotatedSecretValue) Reset() + func (x *GetRotatedSecretValue) String() string + type GetRotatedSecretValueRequest struct + Body *GetRotatedSecretValue + func (*GetRotatedSecretValueRequest) Descriptor() ([]byte, []int) + func (*GetRotatedSecretValueRequest) ProtoMessage() + func (x *GetRotatedSecretValueRequest) GetBody() *GetRotatedSecretValue + func (x *GetRotatedSecretValueRequest) ProtoReflect() protoreflect.Message + func (x *GetRotatedSecretValueRequest) Reset() + func (x *GetRotatedSecretValueRequest) String() string + type GetRotatedSecretValueResponse struct + Data *structpb.Struct + func (*GetRotatedSecretValueResponse) Descriptor() ([]byte, []int) + func (*GetRotatedSecretValueResponse) ProtoMessage() + func (x *GetRotatedSecretValueResponse) GetData() *structpb.Struct + func (x *GetRotatedSecretValueResponse) ProtoReflect() protoreflect.Message + func (x *GetRotatedSecretValueResponse) Reset() + func (x *GetRotatedSecretValueResponse) String() string + type GetSecretValue struct + Accessibility string + IgnoreCache string + Json bool + Names []string + PrettyPrint bool + Token string + UidToken string + Version int32 + func (*GetSecretValue) Descriptor() ([]byte, []int) + func (*GetSecretValue) ProtoMessage() + func (x *GetSecretValue) GetAccessibility() string + func (x *GetSecretValue) GetIgnoreCache() string + func (x *GetSecretValue) GetJson() bool + func (x *GetSecretValue) GetNames() []string + func (x *GetSecretValue) GetPrettyPrint() bool + func (x *GetSecretValue) GetToken() string + func (x *GetSecretValue) GetUidToken() string + func (x *GetSecretValue) GetVersion() int32 + func (x *GetSecretValue) ProtoReflect() protoreflect.Message + func (x *GetSecretValue) Reset() + func (x *GetSecretValue) String() string + type GetSecretValueRequest struct + Body *GetSecretValue + func (*GetSecretValueRequest) Descriptor() ([]byte, []int) + func (*GetSecretValueRequest) ProtoMessage() + func (x *GetSecretValueRequest) GetBody() *GetSecretValue + func (x *GetSecretValueRequest) ProtoReflect() protoreflect.Message + func (x *GetSecretValueRequest) Reset() + func (x *GetSecretValueRequest) String() string + type GetSecretValueResponse struct + Data *structpb.Struct + func (*GetSecretValueResponse) Descriptor() ([]byte, []int) + func (*GetSecretValueResponse) ProtoMessage() + func (x *GetSecretValueResponse) GetData() *structpb.Struct + func (x *GetSecretValueResponse) ProtoReflect() protoreflect.Message + func (x *GetSecretValueResponse) Reset() + func (x *GetSecretValueResponse) String() string + type ImporterInfo struct + ExternalItemId string + Version int64 + func (*ImporterInfo) Descriptor() ([]byte, []int) + func (*ImporterInfo) ProtoMessage() + func (x *ImporterInfo) GetExternalItemId() string + func (x *ImporterInfo) GetVersion() int64 + func (x *ImporterInfo) ProtoReflect() protoreflect.Message + func (x *ImporterInfo) Reset() + func (x *ImporterInfo) String() string + type Item struct + AccessDate string + AccessDateDisplay string + AccessRequestStatus string + AutoRotate bool + BastionDetails *BastionsList + CertIssuerSignerKeyName string + CertificateIssueDetails *CertificateIssueInfo + Certificates string + ClientPermissions []string + CreationDate string + CustomerFragmentId string + DeleteProtection bool + DeletionDate string + DisplayId string + GatewayDetails []*GatewayBasicInfo + IsAccessRequestEnabled bool + IsEnabled bool + ItemAccessibility int64 + ItemGeneralInfo *ItemGeneralInfo + ItemId int64 + ItemMetadata string + ItemName string + ItemSize int64 + ItemState string + ItemSubType string + ItemTags []string + ItemTargetsAssoc []*ItemTargetAssociation + ItemType string + ItemVersions []*ItemVersion + LastRotationDate string + LastVersion int32 + LinkedDetails *LinkedDetails + ModificationDate string + NextRotationDate string + ProtectionKeyName string + ProtectionKeyType string + PublicValue string + RotationInterval int64 + SharedBy *RuleAssigner + TargetVersions []*TargetItemVersion + WithCustomerFragment bool + func (*Item) Descriptor() ([]byte, []int) + func (*Item) ProtoMessage() + func (x *Item) GetAccessDate() string + func (x *Item) GetAccessDateDisplay() string + func (x *Item) GetAccessRequestStatus() string + func (x *Item) GetAutoRotate() bool + func (x *Item) GetBastionDetails() *BastionsList + func (x *Item) GetCertIssuerSignerKeyName() string + func (x *Item) GetCertificateIssueDetails() *CertificateIssueInfo + func (x *Item) GetCertificates() string + func (x *Item) GetClientPermissions() []string + func (x *Item) GetCreationDate() string + func (x *Item) GetCustomerFragmentId() string + func (x *Item) GetDeleteProtection() bool + func (x *Item) GetDeletionDate() string + func (x *Item) GetDisplayId() string + func (x *Item) GetGatewayDetails() []*GatewayBasicInfo + func (x *Item) GetIsAccessRequestEnabled() bool + func (x *Item) GetIsEnabled() bool + func (x *Item) GetItemAccessibility() int64 + func (x *Item) GetItemGeneralInfo() *ItemGeneralInfo + func (x *Item) GetItemId() int64 + func (x *Item) GetItemMetadata() string + func (x *Item) GetItemName() string + func (x *Item) GetItemSize() int64 + func (x *Item) GetItemState() string + func (x *Item) GetItemSubType() string + func (x *Item) GetItemTags() []string + func (x *Item) GetItemTargetsAssoc() []*ItemTargetAssociation + func (x *Item) GetItemType() string + func (x *Item) GetItemVersions() []*ItemVersion + func (x *Item) GetLastRotationDate() string + func (x *Item) GetLastVersion() int32 + func (x *Item) GetLinkedDetails() *LinkedDetails + func (x *Item) GetModificationDate() string + func (x *Item) GetNextRotationDate() string + func (x *Item) GetProtectionKeyName() string + func (x *Item) GetProtectionKeyType() string + func (x *Item) GetPublicValue() string + func (x *Item) GetRotationInterval() int64 + func (x *Item) GetSharedBy() *RuleAssigner + func (x *Item) GetTargetVersions() []*TargetItemVersion + func (x *Item) GetWithCustomerFragment() bool + func (x *Item) ProtoReflect() protoreflect.Message + func (x *Item) Reset() + func (x *Item) String() string + type ItemGeneralInfo struct + CertIssueDetails *CertificateIssueInfo + CertificateChainInfo *CertificateChainInfo + CertificatesTemplateInfo *CertificateTemplateInfo + ClassicKeyDetails *ClassicKeyDetailsInfo + ClusterGwUrl string + DisplayMetadata string + DynamicSecretProducerDetails *DynamicSecretProducerInfo + ImporterInfo *ImporterInfo + OidcClientInfo *OidcClientInfo + PasswordPolicy *PasswordPolicyInfo + RotatedSecretDetails *RotatedSecretDetailsInfo + SecureRemoteAccessDetails *SecureRemoteAccess + StaticSecretInfo *StaticSecretDetailsInfo + TokenizerInfo *TokenizerInfo + func (*ItemGeneralInfo) Descriptor() ([]byte, []int) + func (*ItemGeneralInfo) ProtoMessage() + func (x *ItemGeneralInfo) GetCertIssueDetails() *CertificateIssueInfo + func (x *ItemGeneralInfo) GetCertificateChainInfo() *CertificateChainInfo + func (x *ItemGeneralInfo) GetCertificatesTemplateInfo() *CertificateTemplateInfo + func (x *ItemGeneralInfo) GetClassicKeyDetails() *ClassicKeyDetailsInfo + func (x *ItemGeneralInfo) GetClusterGwUrl() string + func (x *ItemGeneralInfo) GetDisplayMetadata() string + func (x *ItemGeneralInfo) GetDynamicSecretProducerDetails() *DynamicSecretProducerInfo + func (x *ItemGeneralInfo) GetImporterInfo() *ImporterInfo + func (x *ItemGeneralInfo) GetOidcClientInfo() *OidcClientInfo + func (x *ItemGeneralInfo) GetPasswordPolicy() *PasswordPolicyInfo + func (x *ItemGeneralInfo) GetRotatedSecretDetails() *RotatedSecretDetailsInfo + func (x *ItemGeneralInfo) GetSecureRemoteAccessDetails() *SecureRemoteAccess + func (x *ItemGeneralInfo) GetStaticSecretInfo() *StaticSecretDetailsInfo + func (x *ItemGeneralInfo) GetTokenizerInfo() *TokenizerInfo + func (x *ItemGeneralInfo) ProtoReflect() protoreflect.Message + func (x *ItemGeneralInfo) Reset() + func (x *ItemGeneralInfo) String() string + type ItemSraStatus struct + CountByHostInfo *MapInt64 + CountInfo map[string]*MapInt64 + HostsInUse []string + IsInUse bool + LastUsedItem string + func (*ItemSraStatus) Descriptor() ([]byte, []int) + func (*ItemSraStatus) ProtoMessage() + func (x *ItemSraStatus) GetCountByHostInfo() *MapInt64 + func (x *ItemSraStatus) GetCountInfo() map[string]*MapInt64 + func (x *ItemSraStatus) GetHostsInUse() []string + func (x *ItemSraStatus) GetIsInUse() bool + func (x *ItemSraStatus) GetLastUsedItem() string + func (x *ItemSraStatus) ProtoReflect() protoreflect.Message + func (x *ItemSraStatus) Reset() + func (x *ItemSraStatus) String() string + type ItemTargetAssociation struct + AssocId string + Attributes map[string]string + TargetId int64 + TargetName string + TargetType string + func (*ItemTargetAssociation) Descriptor() ([]byte, []int) + func (*ItemTargetAssociation) ProtoMessage() + func (x *ItemTargetAssociation) GetAssocId() string + func (x *ItemTargetAssociation) GetAttributes() map[string]string + func (x *ItemTargetAssociation) GetTargetId() int64 + func (x *ItemTargetAssociation) GetTargetName() string + func (x *ItemTargetAssociation) GetTargetType() string + func (x *ItemTargetAssociation) ProtoReflect() protoreflect.Message + func (x *ItemTargetAssociation) Reset() + func (x *ItemTargetAssociation) String() string + type ItemVersion struct + AccessDate string + AccessDateDisplay string + CertificateVersionInfo *CertificateVersionInfo + CreationDate string + CustomerFragmentId string + DeletionDate string + ItemVersionState string + ModificationDate string + ProtectionKeyName string + Version int32 + WithCustomerFragment bool + func (*ItemVersion) Descriptor() ([]byte, []int) + func (*ItemVersion) ProtoMessage() + func (x *ItemVersion) GetAccessDate() string + func (x *ItemVersion) GetAccessDateDisplay() string + func (x *ItemVersion) GetCertificateVersionInfo() *CertificateVersionInfo + func (x *ItemVersion) GetCreationDate() string + func (x *ItemVersion) GetCustomerFragmentId() string + func (x *ItemVersion) GetDeletionDate() string + func (x *ItemVersion) GetItemVersionState() string + func (x *ItemVersion) GetModificationDate() string + func (x *ItemVersion) GetProtectionKeyName() string + func (x *ItemVersion) GetVersion() int32 + func (x *ItemVersion) GetWithCustomerFragment() bool + func (x *ItemVersion) ProtoReflect() protoreflect.Message + func (x *ItemVersion) Reset() + func (x *ItemVersion) String() string + type JSONError struct + Error string + func (*JSONError) Descriptor() ([]byte, []int) + func (*JSONError) ProtoMessage() + func (x *JSONError) GetError() string + func (x *JSONError) ProtoReflect() protoreflect.Message + func (x *JSONError) Reset() + func (x *JSONError) String() string + type LinkedDetails struct + Hosts map[string]string + func (*LinkedDetails) Descriptor() ([]byte, []int) + func (*LinkedDetails) ProtoMessage() + func (x *LinkedDetails) GetHosts() map[string]string + func (x *LinkedDetails) ProtoReflect() protoreflect.Message + func (x *LinkedDetails) Reset() + func (x *LinkedDetails) String() string + type ListItems struct + Accessibility string + AdvancedFilter string + AutoPagination string + Filter string + Json bool + MinimalView bool + ModifiedAfter int64 + PaginationToken string + Path string + SraOnly bool + SubTypes []string + Tag string + Token string + Type []string + UidToken string + func (*ListItems) Descriptor() ([]byte, []int) + func (*ListItems) ProtoMessage() + func (x *ListItems) GetAccessibility() string + func (x *ListItems) GetAdvancedFilter() string + func (x *ListItems) GetAutoPagination() string + func (x *ListItems) GetFilter() string + func (x *ListItems) GetJson() bool + func (x *ListItems) GetMinimalView() bool + func (x *ListItems) GetModifiedAfter() int64 + func (x *ListItems) GetPaginationToken() string + func (x *ListItems) GetPath() string + func (x *ListItems) GetSraOnly() bool + func (x *ListItems) GetSubTypes() []string + func (x *ListItems) GetTag() string + func (x *ListItems) GetToken() string + func (x *ListItems) GetType() []string + func (x *ListItems) GetUidToken() string + func (x *ListItems) ProtoReflect() protoreflect.Message + func (x *ListItems) Reset() + func (x *ListItems) String() string + type ListItemsInPathOutput struct + Folders []string + Items []*Item + NextPage string + func (*ListItemsInPathOutput) Descriptor() ([]byte, []int) + func (*ListItemsInPathOutput) ProtoMessage() + func (x *ListItemsInPathOutput) GetFolders() []string + func (x *ListItemsInPathOutput) GetItems() []*Item + func (x *ListItemsInPathOutput) GetNextPage() string + func (x *ListItemsInPathOutput) ProtoReflect() protoreflect.Message + func (x *ListItemsInPathOutput) Reset() + func (x *ListItemsInPathOutput) String() string + type ListItemsRequest struct + Body *ListItems + func (*ListItemsRequest) Descriptor() ([]byte, []int) + func (*ListItemsRequest) ProtoMessage() + func (x *ListItemsRequest) GetBody() *ListItems + func (x *ListItemsRequest) ProtoReflect() protoreflect.Message + func (x *ListItemsRequest) Reset() + func (x *ListItemsRequest) String() string + type MapInt64 struct + Map *MapInt64 + func (*MapInt64) Descriptor() ([]byte, []int) + func (*MapInt64) ProtoMessage() + func (x *MapInt64) GetMap() *MapInt64 + func (x *MapInt64) ProtoReflect() protoreflect.Message + func (x *MapInt64) Reset() + func (x *MapInt64) String() string + type Name struct + Country []string + ExtraNames []*AttributeTypeAndValue + Locality []string + Names []*AttributeTypeAndValue + SerialNumber string + StreetAddress []string + func (*Name) Descriptor() ([]byte, []int) + func (*Name) ProtoMessage() + func (x *Name) GetCountry() []string + func (x *Name) GetExtraNames() []*AttributeTypeAndValue + func (x *Name) GetLocality() []string + func (x *Name) GetNames() []*AttributeTypeAndValue + func (x *Name) GetSerialNumber() string + func (x *Name) GetStreetAddress() []string + func (x *Name) ProtoReflect() protoreflect.Message + func (x *Name) Reset() + func (x *Name) String() string + type OidcClientInfo struct + AccessPermissionAssignment []*AccessOrGroupPermissionAssignment + Audience []string + ClientId string + GrantTypes []string + IssuerUrl string + LogoutUris []string + Public bool + RedirectUris []string + ResponseTypes []string + Scopes []string + func (*OidcClientInfo) Descriptor() ([]byte, []int) + func (*OidcClientInfo) ProtoMessage() + func (x *OidcClientInfo) GetAccessPermissionAssignment() []*AccessOrGroupPermissionAssignment + func (x *OidcClientInfo) GetAudience() []string + func (x *OidcClientInfo) GetClientId() string + func (x *OidcClientInfo) GetGrantTypes() []string + func (x *OidcClientInfo) GetIssuerUrl() string + func (x *OidcClientInfo) GetLogoutUris() []string + func (x *OidcClientInfo) GetPublic() bool + func (x *OidcClientInfo) GetRedirectUris() []string + func (x *OidcClientInfo) GetResponseTypes() []string + func (x *OidcClientInfo) GetScopes() []string + func (x *OidcClientInfo) ProtoReflect() protoreflect.Message + func (x *OidcClientInfo) Reset() + func (x *OidcClientInfo) String() string + type PasswordPolicyInfo struct + PasswordLength int64 + UseCapitalLetters bool + UseLowerLetters bool + UseNumbers bool + UseSpecialCharacters bool + func (*PasswordPolicyInfo) Descriptor() ([]byte, []int) + func (*PasswordPolicyInfo) ProtoMessage() + func (x *PasswordPolicyInfo) GetPasswordLength() int64 + func (x *PasswordPolicyInfo) GetUseCapitalLetters() bool + func (x *PasswordPolicyInfo) GetUseLowerLetters() bool + func (x *PasswordPolicyInfo) GetUseNumbers() bool + func (x *PasswordPolicyInfo) GetUseSpecialCharacters() bool + func (x *PasswordPolicyInfo) ProtoReflect() protoreflect.Message + func (x *PasswordPolicyInfo) Reset() + func (x *PasswordPolicyInfo) String() string + type PkiCertificateIssueDetails struct + AllowAnyName bool + AllowCopyExtFromCsr bool + AllowSubdomains bool + AllowedDomainsList []string + AllowedExtraExtensions map[string]*StringArray + AllowedUriSans []string + BasicConstraintsValidForNonCa bool + CertificateAuthorityMode string + ClientFlag bool + CodeSigningFlag bool + Country []string + CreatePrivateCrl bool + CreatePublicCrl bool + DestinationPath string + EnforceHostnames bool + ExpirationEvents []*CertificateExpirationEvent + GwClusterId int64 + GwClusterUrl string + IsCa bool + KeyBits int64 + KeyType string + KeyUsageList []string + Locality []string + NotBeforeDuration int64 + OrganizationList []string + OrganizationUnitList []string + PostalCode []string + ProtectGeneratedCertificates bool + Province []string + RequireCn bool + ServerFlag bool + StreetAddress []string + func (*PkiCertificateIssueDetails) Descriptor() ([]byte, []int) + func (*PkiCertificateIssueDetails) ProtoMessage() + func (x *PkiCertificateIssueDetails) GetAllowAnyName() bool + func (x *PkiCertificateIssueDetails) GetAllowCopyExtFromCsr() bool + func (x *PkiCertificateIssueDetails) GetAllowSubdomains() bool + func (x *PkiCertificateIssueDetails) GetAllowedDomainsList() []string + func (x *PkiCertificateIssueDetails) GetAllowedExtraExtensions() map[string]*StringArray + func (x *PkiCertificateIssueDetails) GetAllowedUriSans() []string + func (x *PkiCertificateIssueDetails) GetBasicConstraintsValidForNonCa() bool + func (x *PkiCertificateIssueDetails) GetCertificateAuthorityMode() string + func (x *PkiCertificateIssueDetails) GetClientFlag() bool + func (x *PkiCertificateIssueDetails) GetCodeSigningFlag() bool + func (x *PkiCertificateIssueDetails) GetCountry() []string + func (x *PkiCertificateIssueDetails) GetCreatePrivateCrl() bool + func (x *PkiCertificateIssueDetails) GetCreatePublicCrl() bool + func (x *PkiCertificateIssueDetails) GetDestinationPath() string + func (x *PkiCertificateIssueDetails) GetEnforceHostnames() bool + func (x *PkiCertificateIssueDetails) GetExpirationEvents() []*CertificateExpirationEvent + func (x *PkiCertificateIssueDetails) GetGwClusterId() int64 + func (x *PkiCertificateIssueDetails) GetGwClusterUrl() string + func (x *PkiCertificateIssueDetails) GetIsCa() bool + func (x *PkiCertificateIssueDetails) GetKeyBits() int64 + func (x *PkiCertificateIssueDetails) GetKeyType() string + func (x *PkiCertificateIssueDetails) GetKeyUsageList() []string + func (x *PkiCertificateIssueDetails) GetLocality() []string + func (x *PkiCertificateIssueDetails) GetNotBeforeDuration() int64 + func (x *PkiCertificateIssueDetails) GetOrganizationList() []string + func (x *PkiCertificateIssueDetails) GetOrganizationUnitList() []string + func (x *PkiCertificateIssueDetails) GetPostalCode() []string + func (x *PkiCertificateIssueDetails) GetProtectGeneratedCertificates() bool + func (x *PkiCertificateIssueDetails) GetProvince() []string + func (x *PkiCertificateIssueDetails) GetRequireCn() bool + func (x *PkiCertificateIssueDetails) GetServerFlag() bool + func (x *PkiCertificateIssueDetails) GetStreetAddress() []string + func (x *PkiCertificateIssueDetails) ProtoReflect() protoreflect.Message + func (x *PkiCertificateIssueDetails) Reset() + func (x *PkiCertificateIssueDetails) String() string + type RegexpTokenizerInfo struct + Alphabet string + DecodingTemplate string + EncodingTemplate string + Pattern string + func (*RegexpTokenizerInfo) Descriptor() ([]byte, []int) + func (*RegexpTokenizerInfo) ProtoMessage() + func (x *RegexpTokenizerInfo) GetAlphabet() string + func (x *RegexpTokenizerInfo) GetDecodingTemplate() string + func (x *RegexpTokenizerInfo) GetEncodingTemplate() string + func (x *RegexpTokenizerInfo) GetPattern() string + func (x *RegexpTokenizerInfo) ProtoReflect() protoreflect.Message + func (x *RegexpTokenizerInfo) Reset() + func (x *RegexpTokenizerInfo) String() string + type RotatedSecretDetailsInfo struct + DeletePreviousVersionInDays int32 + GraceRotation bool + GwClusterId int64 + LastRotationError string + MaxVersions int64 + NumberOfVersionsToSave int32 + RotationHour int32 + RotationIntervalMin bool + RotationStatement string + RotatorCredsType string + RotatorStatus string + RotatorType string + SamePassword bool + ServicesDetails []*WindowsService + func (*RotatedSecretDetailsInfo) Descriptor() ([]byte, []int) + func (*RotatedSecretDetailsInfo) ProtoMessage() + func (x *RotatedSecretDetailsInfo) GetDeletePreviousVersionInDays() int32 + func (x *RotatedSecretDetailsInfo) GetGraceRotation() bool + func (x *RotatedSecretDetailsInfo) GetGwClusterId() int64 + func (x *RotatedSecretDetailsInfo) GetLastRotationError() string + func (x *RotatedSecretDetailsInfo) GetMaxVersions() int64 + func (x *RotatedSecretDetailsInfo) GetNumberOfVersionsToSave() int32 + func (x *RotatedSecretDetailsInfo) GetRotationHour() int32 + func (x *RotatedSecretDetailsInfo) GetRotationIntervalMin() bool + func (x *RotatedSecretDetailsInfo) GetRotationStatement() string + func (x *RotatedSecretDetailsInfo) GetRotatorCredsType() string + func (x *RotatedSecretDetailsInfo) GetRotatorStatus() string + func (x *RotatedSecretDetailsInfo) GetRotatorType() string + func (x *RotatedSecretDetailsInfo) GetSamePassword() bool + func (x *RotatedSecretDetailsInfo) GetServicesDetails() []*WindowsService + func (x *RotatedSecretDetailsInfo) ProtoReflect() protoreflect.Message + func (x *RotatedSecretDetailsInfo) Reset() + func (x *RotatedSecretDetailsInfo) String() string + type RuleAssigner struct + AccessId string + UniqueId string + func (*RuleAssigner) Descriptor() ([]byte, []int) + func (*RuleAssigner) ProtoMessage() + func (x *RuleAssigner) GetAccessId() string + func (x *RuleAssigner) GetUniqueId() string + func (x *RuleAssigner) ProtoReflect() protoreflect.Message + func (x *RuleAssigner) Reset() + func (x *RuleAssigner) String() string + type SecureRemoteAccess struct + AccountId string + AllowPortForwarding bool + AllowProvidingExternalUsername bool + BastionApi string + BastionIssuer string + BastionIssuerId int64 + BastionSsh string + BlockConcurrentConnections bool + BlockConcurrentConnectionsLevel string + Category string + DashboardUrl string + DbName string + Domain string + Enable bool + Endpoint string + Host []string + HostProviderType string + IsCli bool + IsWeb bool + Isolated bool + Native bool + RdGatewayServer string + RdpUser string + Region string + RotateAfterDisconnect bool + Schema string + SshPassword bool + SshPrivateKey bool + SshUser string + StatusInfo *ItemSraStatus + TargetHosts []*TargetNameWithHosts + Targets []string + Url string + UseInternalBastion bool + WebProxy bool + func (*SecureRemoteAccess) Descriptor() ([]byte, []int) + func (*SecureRemoteAccess) ProtoMessage() + func (x *SecureRemoteAccess) GetAccountId() string + func (x *SecureRemoteAccess) GetAllowPortForwarding() bool + func (x *SecureRemoteAccess) GetAllowProvidingExternalUsername() bool + func (x *SecureRemoteAccess) GetBastionApi() string + func (x *SecureRemoteAccess) GetBastionIssuer() string + func (x *SecureRemoteAccess) GetBastionIssuerId() int64 + func (x *SecureRemoteAccess) GetBastionSsh() string + func (x *SecureRemoteAccess) GetBlockConcurrentConnections() bool + func (x *SecureRemoteAccess) GetBlockConcurrentConnectionsLevel() string + func (x *SecureRemoteAccess) GetCategory() string + func (x *SecureRemoteAccess) GetDashboardUrl() string + func (x *SecureRemoteAccess) GetDbName() string + func (x *SecureRemoteAccess) GetDomain() string + func (x *SecureRemoteAccess) GetEnable() bool + func (x *SecureRemoteAccess) GetEndpoint() string + func (x *SecureRemoteAccess) GetHost() []string + func (x *SecureRemoteAccess) GetHostProviderType() string + func (x *SecureRemoteAccess) GetIsCli() bool + func (x *SecureRemoteAccess) GetIsWeb() bool + func (x *SecureRemoteAccess) GetIsolated() bool + func (x *SecureRemoteAccess) GetNative() bool + func (x *SecureRemoteAccess) GetRdGatewayServer() string + func (x *SecureRemoteAccess) GetRdpUser() string + func (x *SecureRemoteAccess) GetRegion() string + func (x *SecureRemoteAccess) GetRotateAfterDisconnect() bool + func (x *SecureRemoteAccess) GetSchema() string + func (x *SecureRemoteAccess) GetSshPassword() bool + func (x *SecureRemoteAccess) GetSshPrivateKey() bool + func (x *SecureRemoteAccess) GetSshUser() string + func (x *SecureRemoteAccess) GetStatusInfo() *ItemSraStatus + func (x *SecureRemoteAccess) GetTargetHosts() []*TargetNameWithHosts + func (x *SecureRemoteAccess) GetTargets() []string + func (x *SecureRemoteAccess) GetUrl() string + func (x *SecureRemoteAccess) GetUseInternalBastion() bool + func (x *SecureRemoteAccess) GetWebProxy() bool + func (x *SecureRemoteAccess) ProtoReflect() protoreflect.Message + func (x *SecureRemoteAccess) Reset() + func (x *SecureRemoteAccess) String() string + type SshCertificateIssueDetails struct + AllowedDomains []string + AllowedUserKeyLengths *MapInt64 + AllowedUsers []string + CertType int32 + CriticalOptions map[string]string + Extensions map[string]string + Principals []string + StaticKeyId string + func (*SshCertificateIssueDetails) Descriptor() ([]byte, []int) + func (*SshCertificateIssueDetails) ProtoMessage() + func (x *SshCertificateIssueDetails) GetAllowedDomains() []string + func (x *SshCertificateIssueDetails) GetAllowedUserKeyLengths() *MapInt64 + func (x *SshCertificateIssueDetails) GetAllowedUsers() []string + func (x *SshCertificateIssueDetails) GetCertType() int32 + func (x *SshCertificateIssueDetails) GetCriticalOptions() map[string]string + func (x *SshCertificateIssueDetails) GetExtensions() map[string]string + func (x *SshCertificateIssueDetails) GetPrincipals() []string + func (x *SshCertificateIssueDetails) GetStaticKeyId() string + func (x *SshCertificateIssueDetails) ProtoReflect() protoreflect.Message + func (x *SshCertificateIssueDetails) Reset() + func (x *SshCertificateIssueDetails) String() string + type StaticSecretDetailsInfo struct + Format string + MaxVersions int64 + NotifyOnChangeEvent bool + Username string + Website string + Websites []string + func (*StaticSecretDetailsInfo) Descriptor() ([]byte, []int) + func (*StaticSecretDetailsInfo) ProtoMessage() + func (x *StaticSecretDetailsInfo) GetFormat() string + func (x *StaticSecretDetailsInfo) GetMaxVersions() int64 + func (x *StaticSecretDetailsInfo) GetNotifyOnChangeEvent() bool + func (x *StaticSecretDetailsInfo) GetUsername() string + func (x *StaticSecretDetailsInfo) GetWebsite() string + func (x *StaticSecretDetailsInfo) GetWebsites() []string + func (x *StaticSecretDetailsInfo) ProtoReflect() protoreflect.Message + func (x *StaticSecretDetailsInfo) Reset() + func (x *StaticSecretDetailsInfo) String() string + type StringArray struct + Values []string + func (*StringArray) Descriptor() ([]byte, []int) + func (*StringArray) ProtoMessage() + func (x *StringArray) GetValues() []string + func (x *StringArray) ProtoReflect() protoreflect.Message + func (x *StringArray) Reset() + func (x *StringArray) String() string + type SystemAccessCredentialsReplyObj struct + AuthCreds string + Expiry int64 + KfmCreds string + RequiredMfa string + Token string + UamCreds string + func (*SystemAccessCredentialsReplyObj) Descriptor() ([]byte, []int) + func (*SystemAccessCredentialsReplyObj) ProtoMessage() + func (x *SystemAccessCredentialsReplyObj) GetAuthCreds() string + func (x *SystemAccessCredentialsReplyObj) GetExpiry() int64 + func (x *SystemAccessCredentialsReplyObj) GetKfmCreds() string + func (x *SystemAccessCredentialsReplyObj) GetRequiredMfa() string + func (x *SystemAccessCredentialsReplyObj) GetToken() string + func (x *SystemAccessCredentialsReplyObj) GetUamCreds() string + func (x *SystemAccessCredentialsReplyObj) ProtoReflect() protoreflect.Message + func (x *SystemAccessCredentialsReplyObj) Reset() + func (x *SystemAccessCredentialsReplyObj) String() string + type TargetItemVersion struct + AccessDate string + AccessDateDisplay string + CertificateVersionInfo *CertificateVersionInfo + CreationDate string + CustomerFragmentId string + DeletionDate string + ItemVersionState string + LatestVersion bool + ModificationDate string + ProtectionKeyName string + TargetName string + Version int32 + WithCustomerFragment bool + func (*TargetItemVersion) Descriptor() ([]byte, []int) + func (*TargetItemVersion) ProtoMessage() + func (x *TargetItemVersion) GetAccessDate() string + func (x *TargetItemVersion) GetAccessDateDisplay() string + func (x *TargetItemVersion) GetCertificateVersionInfo() *CertificateVersionInfo + func (x *TargetItemVersion) GetCreationDate() string + func (x *TargetItemVersion) GetCustomerFragmentId() string + func (x *TargetItemVersion) GetDeletionDate() string + func (x *TargetItemVersion) GetItemVersionState() string + func (x *TargetItemVersion) GetLatestVersion() bool + func (x *TargetItemVersion) GetModificationDate() string + func (x *TargetItemVersion) GetProtectionKeyName() string + func (x *TargetItemVersion) GetTargetName() string + func (x *TargetItemVersion) GetVersion() int32 + func (x *TargetItemVersion) GetWithCustomerFragment() bool + func (x *TargetItemVersion) ProtoReflect() protoreflect.Message + func (x *TargetItemVersion) Reset() + func (x *TargetItemVersion) String() string + type TargetNameWithHosts struct + Hosts []string + TargetName string + func (*TargetNameWithHosts) Descriptor() ([]byte, []int) + func (*TargetNameWithHosts) ProtoMessage() + func (x *TargetNameWithHosts) GetHosts() []string + func (x *TargetNameWithHosts) GetTargetName() string + func (x *TargetNameWithHosts) ProtoReflect() protoreflect.Message + func (x *TargetNameWithHosts) Reset() + func (x *TargetNameWithHosts) String() string + type TokenizerInfo struct + VaultlessTokenizerInfo *VaultlessTokenizerInfo + func (*TokenizerInfo) Descriptor() ([]byte, []int) + func (*TokenizerInfo) ProtoMessage() + func (x *TokenizerInfo) GetVaultlessTokenizerInfo() *VaultlessTokenizerInfo + func (x *TokenizerInfo) ProtoReflect() protoreflect.Message + func (x *TokenizerInfo) Reset() + func (x *TokenizerInfo) String() string + type UnimplementedAkeylessV2ServiceServer struct + func (UnimplementedAkeylessV2ServiceServer) Auth(context.Context, *AuthRequest) (*AuthOutput, error) + func (UnimplementedAkeylessV2ServiceServer) CreateSecret(context.Context, *CreateSecretRequest) (*CreateSecretOutput, error) + func (UnimplementedAkeylessV2ServiceServer) DeleteItem(context.Context, *DeleteItemRequest) (*DeleteItemOutput, error) + func (UnimplementedAkeylessV2ServiceServer) DescribeItem(context.Context, *DescribeItemRequest) (*Item, error) + func (UnimplementedAkeylessV2ServiceServer) GetRotatedSecretValue(context.Context, *GetRotatedSecretValueRequest) (*GetRotatedSecretValueResponse, error) + func (UnimplementedAkeylessV2ServiceServer) GetSecretValue(context.Context, *GetSecretValueRequest) (*GetSecretValueResponse, error) + func (UnimplementedAkeylessV2ServiceServer) ListItems(context.Context, *ListItemsRequest) (*ListItemsInPathOutput, error) + func (UnimplementedAkeylessV2ServiceServer) UpdateSecretVal(context.Context, *UpdateSecretValRequest) (*UpdateSecretValOutput, error) + type UnsafeAkeylessV2ServiceServer interface + type UpdateSecretVal struct + Accessibility string + CustomField map[string]string + Format string + InjectUrl []string + Json bool + KeepPrevVersion string + Key string + LastVersion int32 + Multiline bool + Name string + NewVersion bool + Password string + Token string + UidToken string + Username string + Value string + func (*UpdateSecretVal) Descriptor() ([]byte, []int) + func (*UpdateSecretVal) ProtoMessage() + func (x *UpdateSecretVal) GetAccessibility() string + func (x *UpdateSecretVal) GetCustomField() map[string]string + func (x *UpdateSecretVal) GetFormat() string + func (x *UpdateSecretVal) GetInjectUrl() []string + func (x *UpdateSecretVal) GetJson() bool + func (x *UpdateSecretVal) GetKeepPrevVersion() string + func (x *UpdateSecretVal) GetKey() string + func (x *UpdateSecretVal) GetLastVersion() int32 + func (x *UpdateSecretVal) GetMultiline() bool + func (x *UpdateSecretVal) GetName() string + func (x *UpdateSecretVal) GetNewVersion() bool + func (x *UpdateSecretVal) GetPassword() string + func (x *UpdateSecretVal) GetToken() string + func (x *UpdateSecretVal) GetUidToken() string + func (x *UpdateSecretVal) GetUsername() string + func (x *UpdateSecretVal) GetValue() string + func (x *UpdateSecretVal) ProtoReflect() protoreflect.Message + func (x *UpdateSecretVal) Reset() + func (x *UpdateSecretVal) String() string + type UpdateSecretValOutput struct + Name string + func (*UpdateSecretValOutput) Descriptor() ([]byte, []int) + func (*UpdateSecretValOutput) ProtoMessage() + func (x *UpdateSecretValOutput) GetName() string + func (x *UpdateSecretValOutput) ProtoReflect() protoreflect.Message + func (x *UpdateSecretValOutput) Reset() + func (x *UpdateSecretValOutput) String() string + type UpdateSecretValRequest struct + Body *UpdateSecretVal + func (*UpdateSecretValRequest) Descriptor() ([]byte, []int) + func (*UpdateSecretValRequest) ProtoMessage() + func (x *UpdateSecretValRequest) GetBody() *UpdateSecretVal + func (x *UpdateSecretValRequest) ProtoReflect() protoreflect.Message + func (x *UpdateSecretValRequest) Reset() + func (x *UpdateSecretValRequest) String() string + type VaultlessTokenizerInfo struct + EmailTokenizerInfo *EmailTokenizerInfo + KeyName string + RegexpTokenizerInfo *RegexpTokenizerInfo + TemplateType string + Tweak string + TweakType string + func (*VaultlessTokenizerInfo) Descriptor() ([]byte, []int) + func (*VaultlessTokenizerInfo) ProtoMessage() + func (x *VaultlessTokenizerInfo) GetEmailTokenizerInfo() *EmailTokenizerInfo + func (x *VaultlessTokenizerInfo) GetKeyName() string + func (x *VaultlessTokenizerInfo) GetRegexpTokenizerInfo() *RegexpTokenizerInfo + func (x *VaultlessTokenizerInfo) GetTemplateType() string + func (x *VaultlessTokenizerInfo) GetTweak() string + func (x *VaultlessTokenizerInfo) GetTweakType() string + func (x *VaultlessTokenizerInfo) ProtoReflect() protoreflect.Message + func (x *VaultlessTokenizerInfo) Reset() + func (x *VaultlessTokenizerInfo) String() string + type WindowsService struct + Attributes *WindowsServiceAttributes + Host string + Name string + func (*WindowsService) Descriptor() ([]byte, []int) + func (*WindowsService) ProtoMessage() + func (x *WindowsService) GetAttributes() *WindowsServiceAttributes + func (x *WindowsService) GetHost() string + func (x *WindowsService) GetName() string + func (x *WindowsService) ProtoReflect() protoreflect.Message + func (x *WindowsService) Reset() + func (x *WindowsService) String() string + type WindowsServiceAttributes struct + ConnectionType string + Port string + UseTls bool + func (*WindowsServiceAttributes) Descriptor() ([]byte, []int) + func (*WindowsServiceAttributes) ProtoMessage() + func (x *WindowsServiceAttributes) GetConnectionType() string + func (x *WindowsServiceAttributes) GetPort() string + func (x *WindowsServiceAttributes) GetUseTls() bool + func (x *WindowsServiceAttributes) ProtoReflect() protoreflect.Message + func (x *WindowsServiceAttributes) Reset() + func (x *WindowsServiceAttributes) String() string