Camel.ServiceAuthType¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| authproto | str | r/w | |
| description | str | r/w | |
| name | str | r/w | |
| need_password | bool | r/w | 
Details¶
- 
class Camel.ServiceAuthType¶
- 
copy()¶
- Returns: - the copy of self - Return type: - Camel.ServiceAuthType- Copies the self struct. Does nothing and returns the given object in reality, needed for the introspection. - New in version 3.24. 
 - 
free()¶
- Frees the self struct. Does nothing in reality, needed for the introspection. - New in version 3.24. 
 
-