All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kohsuke.github.GraphQLExternalIdentitySamlAttributes Maven / Gradle / Ivy

package org.kohsuke.github;

import com.fasterxml.jackson.annotation.JsonProperty;

public class GraphQLExternalIdentitySamlAttributes {
    @JsonProperty("nameId")
    public String nameId;

    @JsonProperty("username")
    public String username;

    @JsonProperty("emails")
    public GraphQLUserEmailMetadata[] emails;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy