ICredentialSettings Interface

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

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