| 
    deploymentmanager
    v2
    
   | 
 
#include <authorization_logging_options.h>
  
 Public Member Functions | |
| AuthorizationLoggingOptions (const Json::Value &storage) | |
| AuthorizationLoggingOptions (Json::Value *storage) | |
| virtual | ~AuthorizationLoggingOptions () | 
| const StringPiece | GetTypeName () const | 
| bool | has_permission_type () const | 
| void | clear_permission_type () | 
| const StringPiece | get_permission_type () const | 
| void | set_permission_type (const StringPiece &value) | 
Static Public Member Functions | |
| static AuthorizationLoggingOptions * | New () | 
Authorization-related information used by Cloud Audit Logging.
      
  | 
  explicit | 
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. | 
      
  | 
  explicit | 
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. | 
      
  | 
  virtual | 
Standard destructor.
      
  | 
  inline | 
Clears the 'permissionType' attribute. 
      
  | 
  inline | 
Get the value of the 'permissionType' attribute. 
      
  | 
  inline | 
Returns a string denoting the type of this data object.
      
  | 
  inline | 
Determine if the 'permissionType' attribute was set.
permissionType' attribute was set. 
      
  | 
  static | 
Creates a new default instance.
      
  | 
  inline | 
Change the 'permissionType' attribute.
The type of the permission that was checked.
| [in] | value | The new value. |