ICredentialSettings Interface

graph BT Type["ICredentialSettings"] class Type type-node Implementing0["CreateKeyValueMapSettings"]-.->Type click Implementing0 "/api/Cake.Apigee/CreateKeyValueMapSettings" Implementing1["GetApiProxySettings"]-.->Type click Implementing1 "/api/Cake.Apigee/GetApiProxySettings" Implementing2["ImportProxySettings"]-.->Type click Implementing2 "/api/Cake.Apigee/ImportProxySettings" Implementing3["DeleteAllUndeployedApiProxyRevisionsSettings"]-.->Type click Implementing3 "/api/Cake.Apigee/DeleteAllUndeployedApiProxyRevisionsSettings" Implementing4["DeployProxySettings"]-.->Type click Implementing4 "/api/Cake.Apigee/DeployProxySettings" Implementing5["DeleteApiProxyRevisionSettings"]-.->Type click Implementing5 "/api/Cake.Apigee/DeleteApiProxyRevisionSettings" Implementing6["IEnvironmentSettings"]-.->Type click Implementing6 "/api/Cake.Apigee/IEnvironmentSettings" Implementing7["InstallNodePackagedModulesSettings"]-.->Type click Implementing7 "/api/Cake.Apigee/InstallNodePackagedModulesSettings" Implementing8["ListKeyValueMapsSettings"]-.->Type click Implementing8 "/api/Cake.Apigee/ListKeyValueMapsSettings" Implementing9["DeleteKeyValueMapSettings"]-.->Type click Implementing9 "/api/Cake.Apigee/DeleteKeyValueMapSettings" Implementing10["BaseSettings"]-.->Type click Implementing10 "/api/Cake.Apigee/BaseSettings"

Syntax

public interface ICredentialSettings

Properties

Name Value Summary
Credentials Credentials
Debug bool

Extension Methods

Name Value Summary
Dump<ICredentialSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ICredentialSettings>(ICredentialSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ICredentialSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ICredentialSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ICredentialSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ICredentialSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin