Documentation
¶
Index ¶
Constants ¶
View Source
const CIM_CredentialContext string = "CIM_CredentialContext"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct { XMLName xml.Name `xml:"Body"` PullResponse PullResponse EnumerateResponse common.EnumerateResponse }
Response Types
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func NewContextWithClient ¶
func NewContextWithClient(wsmanMessageCreator *message.WSManMessageCreator, client client.WSMan) Context
NewContext returns a new instance of the NewContext struct.
type CredentialContext ¶
type CredentialContext struct { ElementInContext models.AssociationReference `xml:"ElementInContext"` // A Credential whose context is defined. ElementProvidingContext models.AssociationReference `xml:"ElementProvidingContext"` // The ManagedElement that provides context or scope for the Credential. }
Response Types
type PullResponse ¶
type PullResponse struct { XMLName xml.Name `xml:"PullResponse"` Items []CredentialContext `xml:"Items>AMT_TLSCredentialContext"` }
Response Types
Click to show internal directories.
Click to hide internal directories.