Method: IControl::LocalLB::ProfileAuth#credential_source

Defined in:
lib/icontrol/local_lb/profile_auth.rb

#credential_sourceProfileCredentialSource

Gets the sources of the credentials that this profile will be using.

Returns:

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



85
86
87
# File 'lib/icontrol/local_lb/profile_auth.rb', line 85

def credential_source
  super
end