Documentation ¶
Index ¶
- type SamlAttribute
- func Get(ctx context.Context, service *zscaler.Service, samlAttributeID string) (*SamlAttribute, *http.Response, error)
- func GetAll(ctx context.Context, service *zscaler.Service) ([]SamlAttribute, *http.Response, error)
- func GetByName(ctx context.Context, service *zscaler.Service, samlAttrName string) (*SamlAttribute, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SamlAttribute ¶
type SamlAttribute struct { CreationTime string `json:"creationTime,omitempty"` ID string `json:"id,omitempty"` IdpID string `json:"idpId,omitempty"` IdpName string `json:"idpName,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` SamlName string `json:"samlName,omitempty"` UserAttribute bool `json:"userAttribute,omitempty"` }
Click to show internal directories.
Click to hide internal directories.