Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse struct { // Workspace policy. PolicyList []*iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policyList"` }
VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse GetWorkspaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.workspace.GetWorkspaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspaceGetWorkspaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest ¶
type VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest struct { // Binding delta to be applied. BindingDeltaList []*iammodel.VmwareTanzuCoreV1alpha1PolicyBindingDelta `json:"bindingDeltaList"` // Workspace full_name. FullName *workspacemodel.VmwareTanzuManageV1alpha1WorkspaceFullName `json:"fullName,omitempty"` }
VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest PatchWorkspaceIAMPolicy request message.
swagger:model vmware.tanzu.manage.v1alpha1.workspace.PatchWorkspaceIAMPolicyRequest
func (*VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse struct { // New policy object. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse PatchWorkspaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.workspace.PatchWorkspaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspacePatchWorkspaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse struct { // Workspace policy set. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse UpdateWorkspaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.workspace.UpdateWorkspaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1WorkspaceUpdateWorkspaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.