Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Credential struct { // // CustomUserFields map[string]interface{} `json:"CustomUserFields,omitempty"` // // CustomApplicationFields map[string]interface{} `json:"CustomApplicationFields,omitempty"` Tags []Tag `tfsdk:"tags"` Id types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` Username types.String `tfsdk:"username"` Url types.String `tfsdk:"url"` Notes types.String `tfsdk:"notes"` Folderid types.String `tfsdk:"folder_id"` Created types.String `tfsdk:"created"` Modified types.String `tfsdk:"modified"` Expires types.String `tfsdk:"expires"` }
type CredentialGroup ¶
type CredentialGroup struct { // //CustomUserFields map[string]interface{} `json:"CustomUserFields,omitempty"` // //CustomApplicationFields map[string]interface{} `json:"CustomApplicationFields,omitempty"` Children []CredentialGroup `tfsdk:"children"` Credentials []Credential `tfsdk:"credentials"` Tags []Tag `tfsdk:"tags"` //HasModifyEntriesAccess *bool `json:"HasModifyEntriesAccess,omitempty"` //HasViewEntryContentsAccess *bool `json:"HasViewEntryContentsAccess,omitempty"` //CommentPrompts *V6CommentPromptResult `json:"CommentPrompts,omitempty"` Id types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` ParentId types.String `tfsdk:"parent_id"` Notes types.String `tfsdk:"notes"` Created types.String `tfsdk:"created"` Modified types.String `tfsdk:"modified"` Expires types.String `tfsdk:"expires"` }
Click to show internal directories.
Click to hide internal directories.